Class MenuItemBuilder
Menu Item Builder
public
|
#
__construct( Charcoal\Factory\FactoryInterface $factory, Pimple\Container $container )
Return a new menu item builder. |
public
|
string |
DEFAULT_TYPE
The default, concrete, menu item model. |
#
'charcoal/ui/menu-item/generic'
|
protected
Charcoal\Factory\FactoryInterface
|
$factory
Store the menu item factory instance. |
|
protected
Pimple\Container
|
$container
Store the dependency-injection container to fulfill the required services. |