Class GenericDashboard
-
Charcoal\Config\AbstractEntity
-
Charcoal\Ui\AbstractUiItem
implements
Charcoal\User\AuthAwareInterface,
Psr\Log\LoggerAwareInterface,
Charcoal\Ui\UiItemInterface
uses
Charcoal\User\AuthAwareTrait (not available)
Psr\Log\LoggerAwareTrait (not available)
Charcoal\Translator\TranslatorAwareTrait (not available)
Charcoal\Ui\UiItemTrait,
Charcoal\View\ViewableTrait (not available)
-
Charcoal\Ui\Dashboard\AbstractDashboard
implements
Charcoal\Ui\Dashboard\DashboardInterface
uses
Charcoal\Ui\Dashboard\DashboardTrait,
Charcoal\Ui\Layout\LayoutAwareTrait
-
Charcoal\Ui\Dashboard\GenericDashboard
Methods summary
public
string
|
#
type( )
Retrieve the dashboard type.
Retrieve the dashboard type.
Returns
string
Overrides
|
Methods inherited from Charcoal\Ui\UiItemInterface
description(),
notes(),
setDescription(),
setNotes(),
setShowDescription(),
setShowFooter(),
setShowHeader(),
setShowNotes(),
setShowSubtitle(),
setShowTitle(),
setSubtitle(),
setTemplate(),
setTitle(),
setType(),
showDescription(),
showFooter(),
showHeader(),
showNotes(),
showSubtitle(),
showTitle(),
subtitle(),
template(),
title()
|
Methods used from Charcoal\Ui\UiItemTrait
description(),
icon(),
notes(),
setDescription(),
setIcon(),
setNotes(),
setShowDescription(),
setShowFooter(),
setShowHeader(),
setShowNotes(),
setShowSubtitle(),
setShowTitle(),
setSubtitle(),
setTemplate(),
setTitle(),
setType(),
showDescription(),
showFooter(),
showHeader(),
showNotes(),
showSubtitle(),
showTitle(),
subtitle(),
template(),
title(),
translator()
|