ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilSetting $dashboard_settings=null) | |
getValidModules () | |
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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilDashboardSidePanelSettingsRepository.php.
ilDashboardSidePanelSettingsRepository::__construct | ( | ilSetting | $dashboard_settings = null | ) |
Definition at line 28 of file class.ilDashboardSidePanelSettingsRepository.php.
ilDashboardSidePanelSettingsRepository::enable | ( | string | $mod, |
bool | $active | ||
) |
Definition at line 52 of file class.ilDashboardSidePanelSettingsRepository.php.
References isValidModule().
ilDashboardSidePanelSettingsRepository::getValidModules | ( | ) |
Definition at line 35 of file class.ilDashboardSidePanelSettingsRepository.php.
Referenced by isValidModule().
ilDashboardSidePanelSettingsRepository::isEnabled | ( | string | $mod | ) |
Definition at line 60 of file class.ilDashboardSidePanelSettingsRepository.php.
References isValidModule().
|
protected |
Definition at line 45 of file class.ilDashboardSidePanelSettingsRepository.php.
References getValidModules().
Referenced by enable(), and isEnabled().
|
protected |
Definition at line 26 of file class.ilDashboardSidePanelSettingsRepository.php.
const ilDashboardSidePanelSettingsRepository::CALENDAR = "cal" |
Definition at line 21 of file class.ilDashboardSidePanelSettingsRepository.php.
const ilDashboardSidePanelSettingsRepository::MAIL = "mail" |
Definition at line 23 of file class.ilDashboardSidePanelSettingsRepository.php.
const ilDashboardSidePanelSettingsRepository::NEWS = "news" |
Definition at line 22 of file class.ilDashboardSidePanelSettingsRepository.php.
const ilDashboardSidePanelSettingsRepository::TASKS = "task" |
Definition at line 24 of file class.ilDashboardSidePanelSettingsRepository.php.