|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Dashboard side panel settings Repo. More...
Collaboration diagram for ilDashboardSidePanelSettingsRepository: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().
Here is the call graph for this function:| ilDashboardSidePanelSettingsRepository::getValidModules | ( | ) |
Get valid modules.
Definition at line 32 of file class.ilDashboardSidePanelSettingsRepository.php.
References CALENDAR, MAIL, NEWS, and TASKS.
Referenced by isValidModule().
Here is the caller graph for this function:| ilDashboardSidePanelSettingsRepository::isEnabled | ( | string | $mod | ) |
Is enabled.
| string | $mod |
Definition at line 72 of file class.ilDashboardSidePanelSettingsRepository.php.
References isValidModule().
Here is the call graph for this function:
|
protected |
| string | $mod |
Definition at line 47 of file class.ilDashboardSidePanelSettingsRepository.php.
References getValidModules().
Referenced by enable(), and isEnabled().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilDashboardSidePanelSettingsRepository::CALENDAR = "cal" |
Definition at line 12 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by getValidModules().
| const ilDashboardSidePanelSettingsRepository::MAIL = "mail" |
Definition at line 14 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by getValidModules().
| const ilDashboardSidePanelSettingsRepository::NEWS = "news" |
Definition at line 13 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by getValidModules().
| const ilDashboardSidePanelSettingsRepository::TASKS = "task" |
Definition at line 15 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by getValidModules().