ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct (?ilSetting $dashboard_settings=null) | |
getValidModules () | |
setPositions (array $positions) | |
getPositions () | |
enable (string $mod, bool $active) | |
isEnabled (string $mod) | |
Data Fields | |
const | CALENDAR = 'cal' |
const | NEWS = 'news' |
const | MAIL = 'mail' |
const | TASKS = 'task' |
Protected Member Functions | |
isValidModule (string $mod) | |
Protected Attributes | |
ilSetting | $setting |
Definition at line 21 of file class.ilDashboardSidePanelSettingsRepository.php.
Definition at line 30 of file class.ilDashboardSidePanelSettingsRepository.php.
ilDashboardSidePanelSettingsRepository::enable | ( | string | $mod, |
bool | $active | ||
) |
Definition at line 82 of file class.ilDashboardSidePanelSettingsRepository.php.
References isValidModule().
ilDashboardSidePanelSettingsRepository::getPositions | ( | ) |
Definition at line 61 of file class.ilDashboardSidePanelSettingsRepository.php.
References getValidModules().
ilDashboardSidePanelSettingsRepository::getValidModules | ( | ) |
Definition at line 40 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by getPositions(), and isValidModule().
ilDashboardSidePanelSettingsRepository::isEnabled | ( | string | $mod | ) |
Definition at line 89 of file class.ilDashboardSidePanelSettingsRepository.php.
References isValidModule().
|
protected |
Definition at line 77 of file class.ilDashboardSidePanelSettingsRepository.php.
References getValidModules().
Referenced by enable(), and isEnabled().
ilDashboardSidePanelSettingsRepository::setPositions | ( | array | $positions | ) |
string[] | $positions |
Definition at line 53 of file class.ilDashboardSidePanelSettingsRepository.php.
|
protected |
Definition at line 28 of file class.ilDashboardSidePanelSettingsRepository.php.
const ilDashboardSidePanelSettingsRepository::CALENDAR = 'cal' |
Definition at line 23 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by ilColumnGUI\isGloballyActivated().
const ilDashboardSidePanelSettingsRepository::MAIL = 'mail' |
Definition at line 25 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by ilColumnGUI\isGloballyActivated().
const ilDashboardSidePanelSettingsRepository::NEWS = 'news' |
Definition at line 24 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by ilColumnGUI\isGloballyActivated().
const ilDashboardSidePanelSettingsRepository::TASKS = 'task' |
Definition at line 26 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by ilColumnGUI\isGloballyActivated().