class Menu extends Menu (View source)

Properties

protected $items from  AbstractMenu
protected $menuAttributes from  AbstractMenu
protected $minItemThreshold from  AbstractMenu
protected $permissions
protected $block
protected $page
protected $area

Methods

__construct(Application $app, $config, Block $b, Page $c, Area $a)

No description

setAttribute($key, $value)

No description

addItem(ItemInterface $item)

No description

Element
getMenuElement()

No description

jsonSerialize()

No description

from  Menu
Permissions
getPermissions()

No description

getBlock()

No description

getPage()

No description

getArea()

No description

Details

__construct(Application $app, $config, Block $b, Page $c, Area $a)

No description

Parameters

Application $app
$config
Block $b
Page $c
Area $a

setAttribute($key, $value)

No description

Parameters

$key
$value

addItem(ItemInterface $item)

No description

Parameters

ItemInterface $item

Element getMenuElement()

No description

Return Value

Element

jsonSerialize()

No description

Permissions getPermissions()

No description

Return Value

Permissions

Block getBlock()

No description

Return Value

Block

Page getPage()

No description

Return Value

Page

Area getArea()

No description

Return Value

Area