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