|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilPublicSectionSettings:Public Member Functions | |
| setDomains (array $domains) | |
| getDomains () | |
| isEnabled () | |
| isEnabledForDomain (string $a_domain) | |
| setEnabled (bool $stat) | |
| save () | |
Static Public Member Functions | |
| static | getInstance () |
Protected Member Functions | |
| read () | |
| read settings More... | |
Static Protected Attributes | |
| static | $instance = null |
Private Member Functions | |
| __construct () | |
| read settings More... | |
Private Attributes | |
| ilSetting | $settings |
| bool | $enabled = false |
| array | $domains = array() |
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 Description of class class
Definition at line 23 of file class.ilPublicSectionSettings.php.
|
private |
read settings
Definition at line 42 of file class.ilPublicSectionSettings.php.
References $DIC, read(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilPublicSectionSettings::getDomains | ( | ) |
Definition at line 70 of file class.ilPublicSectionSettings.php.
References $domains.
Referenced by isEnabledForDomain(), and save().
Here is the caller graph for this function:
|
static |
Definition at line 50 of file class.ilPublicSectionSettings.php.
Referenced by ilRepositoryGUI\executeCommand(), ilInitialisation\handleAuthenticationFail(), ilStartUpGUI\initStartUpTemplate(), ilStartUpGUI\processIndexPHP(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjSystemFolderGUI\showBasicSettingsObject(), ilStartUpGUI\showLogout(), and ilStartUpGUI\showRegistrationLinks().
Here is the caller graph for this function:| ilPublicSectionSettings::isEnabled | ( | ) |
Definition at line 75 of file class.ilPublicSectionSettings.php.
References $enabled.
Referenced by save().
Here is the caller graph for this function:| ilPublicSectionSettings::isEnabledForDomain | ( | string | $a_domain | ) |
Definition at line 80 of file class.ilPublicSectionSettings.php.
References getDomains().
Here is the call graph for this function:
|
protected |
read settings
Definition at line 109 of file class.ilPublicSectionSettings.php.
References ILIAS\Repository\settings().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPublicSectionSettings::save | ( | ) |
Definition at line 100 of file class.ilPublicSectionSettings.php.
References getDomains(), isEnabled(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilPublicSectionSettings::setDomains | ( | array | $domains | ) |
| string[] | $domains |
Definition at line 61 of file class.ilPublicSectionSettings.php.
References $domains.
| ilPublicSectionSettings::setEnabled | ( | bool | $stat | ) |
Definition at line 95 of file class.ilPublicSectionSettings.php.
|
private |
Definition at line 37 of file class.ilPublicSectionSettings.php.
Referenced by getDomains(), and setDomains().
|
private |
Definition at line 32 of file class.ilPublicSectionSettings.php.
Referenced by isEnabled().
|
staticprotected |
Definition at line 28 of file class.ilPublicSectionSettings.php.
|
private |
Definition at line 30 of file class.ilPublicSectionSettings.php.