Documentation

MainMenuDto
in package

FinalYes
Tags
author

Javier Eguiluz javier.eguiluz@gmail.com

Table of Contents

Properties

$items  : array<string|int, mixed>

Methods

__construct()  : mixed
getItems()  : array<string|int, MenuItemDto>
isExpanded()  : bool
isSelected()  : bool

Properties

Methods

isExpanded()

public isExpanded(MenuItemDto $menuItemDto) : bool
Parameters
$menuItemDto : MenuItemDto
Tags
deprecated

Don't use this method; the expanded menu item is now detected automatically using the Request data instead of having to deal with menuIndex/submenuIndex query params

Return values
bool

isSelected()

public isSelected(MenuItemDto $menuItemDto) : bool
Parameters
$menuItemDto : MenuItemDto
Tags
deprecated

Don't use this method; the selected menu item is now detected automatically using the Request data instead of having to deal with menuIndex/submenuIndex query params

Return values
bool

        
On this page

Search results