Trait lispa\amos\dashboard\controllers\TabDashboardControllerTrait
Class TabDashboardControllerTrait
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$child_of | string | lispa\amos\dashboard\controllers\TabDashboardControllerTrait | |
$currentDashboard | lispa\amos\dashboard\models\AmosUserDashboards | lispa\amos\dashboard\controllers\TabDashboardControllerTrait | |
$customModule | string | This custom module is useful to generate other tab internal dashboard other than the base plugin unique name. | lispa\amos\dashboard\controllers\TabDashboardControllerTrait |
$slide | integer | lispa\amos\dashboard\controllers\TabDashboardControllerTrait |
Public Methods
Property Details
public lispa\amos\dashboard\models\AmosUserDashboards getCurrentDashboard ( )
public void setCurrentDashboard ( $currentDashboard )
public void setCurrentDashboard ( $currentDashboard )
This custom module is useful to generate other tab internal dashboard other than the base plugin unique name.
Method Details
public lispa\amos\dashboard\models\AmosUserDashboards getCurrentDashboard ( ) |
public integer getSlide ( ) |
Metodo per inizializzazione del trait
public void initDashboardTrait ( ) |
public void setCurrentDashboard ( $currentDashboard ) | ||
$currentDashboard | lispa\amos\dashboard\models\AmosUserDashboards |
public void setSlide ( $slide ) | ||
$slide | integer |