ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Dashboard side panel settings Repo. More...
Public Member Functions | |
__construct (ilSetting $dashboard_settings=null) | |
Constructor. More... | |
getValidModules () | |
Get valid modules. More... | |
enable (string $mod, bool $active) | |
Enable. More... | |
isEnabled (string $mod) | |
Is enabled. More... | |
Data Fields | |
const | CALENDAR = "cal" |
const | NEWS = "news" |
const | MAIL = "mail" |
const | TASKS = "task" |
Protected Member Functions | |
isValidModule (string $mod) | |
Dashboard side panel settings Repo.
Definition at line 10 of file class.ilDashboardSidePanelSettingsRepository.php.
ilDashboardSidePanelSettingsRepository::__construct | ( | ilSetting | $dashboard_settings = null | ) |
Constructor.
Definition at line 20 of file class.ilDashboardSidePanelSettingsRepository.php.
ilDashboardSidePanelSettingsRepository::enable | ( | string | $mod, |
bool | $active | ||
) |
Enable.
string | $mod | |
bool | $active |
Definition at line 59 of file class.ilDashboardSidePanelSettingsRepository.php.
References isValidModule().
ilDashboardSidePanelSettingsRepository::getValidModules | ( | ) |
Get valid modules.
Definition at line 32 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by isValidModule().
ilDashboardSidePanelSettingsRepository::isEnabled | ( | string | $mod | ) |
Is enabled.
string | $mod |
Definition at line 72 of file class.ilDashboardSidePanelSettingsRepository.php.
References isValidModule().
|
protected |
string | $mod |
Definition at line 47 of file class.ilDashboardSidePanelSettingsRepository.php.
References getValidModules().
Referenced by enable(), and isEnabled().
const ilDashboardSidePanelSettingsRepository::CALENDAR = "cal" |
Definition at line 12 of file class.ilDashboardSidePanelSettingsRepository.php.
const ilDashboardSidePanelSettingsRepository::MAIL = "mail" |
Definition at line 14 of file class.ilDashboardSidePanelSettingsRepository.php.
const ilDashboardSidePanelSettingsRepository::NEWS = "news" |
Definition at line 13 of file class.ilDashboardSidePanelSettingsRepository.php.
const ilDashboardSidePanelSettingsRepository::TASKS = "task" |
Definition at line 15 of file class.ilDashboardSidePanelSettingsRepository.php.