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