Public Member Functions | |
init () | |
run () | |
registerAssets () | |
createCacheKey () | |
![]() | |
getViewFile ($viewName) |
Public Attributes | |
$startfolderId = 0 | |
$activeElement = 0 | |
$isSitemap = false | |
$isBreadcrumb = false | |
$cssClass = 'navigation' | |
$maxLvl = 0 | |
$lang = '' | |
$activePath = array() | |
$hideFirstLevel = false | |
$usePersonalisation = true | |
$additionalParams = array() | |
$sortby = "sortorder:asc" |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
Widget for viewing navigation tree
Definition at line 13 of file NavigationWidget.php.
NavigationWidget::createCacheKey | ( | ) |
Registers assets
Definition at line 129 of file NavigationWidget.php.
References PersonalisationAttribute\flatListForUser(), and NavigationTree\getUpdatetimestampByContentId().
NavigationWidget::init | ( | ) |
Initializes the widget.
Definition at line 89 of file NavigationWidget.php.
NavigationWidget::registerAssets | ( | ) |
Registers assets
Definition at line 115 of file NavigationWidget.php.
NavigationWidget::run | ( | ) |
renders view
Definition at line 99 of file NavigationWidget.php.
NavigationWidget::$activeElement = 0 |
id of the root folder for current widget
Definition at line 25 of file NavigationWidget.php.
NavigationWidget::$activePath = array() |
Contains array with ids of opened folders
Definition at line 61 of file NavigationWidget.php.