class Menu extends PopoverMenu (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

jsonSerialize()

No description

bool
hasItems()

No description

Element
getMenuElement()

No description

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

jsonSerialize()

No description

bool hasItems()

No description

Return Value

bool

Element getMenuElement()

No description

Return Value

Element

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