Public Member Functions | |
__construct (array $items, $useMinimalDynamicLabelMbMenu=false, $showCount=6, $cssClasses=array()) | |
Protected Member Functions | |
renderContent () | |
resolveForHiddenItems ($items, $showCount) | |
resolveToggleForHiddenItems () | |
resolveMenuClassForNoHiddenItems () | |
Static Protected Member Functions | |
static | areAllItemsVisible ($items, $showCount) |
Protected Attributes | |
$items | |
$useMinimalDynamicLabelMbMenu | |
$cssClasses | |
$showCount |
Definition at line 37 of file MenuView.php.
renderContent | ( | ) | [protected] |
Will attempt to get the menu items from cache, otherwise from the appropriate storage, and cache the information for the next call to this method.
Reimplemented from View.
Definition at line 62 of file MenuView.php.