|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Description of class class. More...
Collaboration diagram for ilPublicSectionSettings:Public Member Functions | |
| setDomains (array $domains) | |
| getDomains () | |
| isEnabled () | |
| isEnabledForDomain ($a_domain) | |
| Check if public section. More... | |
| setEnabled ($stat) | |
| save () | |
Static Public Member Functions | |
| static | getInstance () |
| Get instance. More... | |
Protected Member Functions | |
| read () | |
| read settings More... | |
Static Protected Attributes | |
| static | $instance = null |
Private Member Functions | |
| __construct () | |
| read settings More... | |
Private Attributes | |
| $settings = null | |
| $enabled = false | |
| $domains = array() | |
Description of class class.
Definition at line 11 of file class.ilPublicSectionSettings.php.
|
private |
read settings
Definition at line 30 of file class.ilPublicSectionSettings.php.
References $GLOBALS, read(), and settings().
Here is the call graph for this function:| ilPublicSectionSettings::getDomains | ( | ) |
Definition at line 53 of file class.ilPublicSectionSettings.php.
References $domains.
Referenced by isEnabledForDomain(), and save().
Here is the caller graph for this function:
|
static |
Get instance.
Definition at line 40 of file class.ilPublicSectionSettings.php.
References $instance.
Referenced by ilRepositoryGUI\executeCommand(), ilStartUpGUI\processIndexPHP(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilStartUpGUI\showLogout(), and ilStartUpGUI\showRegistrationLinks().
Here is the caller graph for this function:| ilPublicSectionSettings::isEnabled | ( | ) |
Definition at line 58 of file class.ilPublicSectionSettings.php.
References $enabled.
Referenced by save().
Here is the caller graph for this function:| ilPublicSectionSettings::isEnabledForDomain | ( | $a_domain | ) |
Check if public section.
| type | $a_domain |
Definition at line 68 of file class.ilPublicSectionSettings.php.
References getDomains().
Here is the call graph for this function:
|
protected |
read settings
Definition at line 97 of file class.ilPublicSectionSettings.php.
References $domains, and 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 88 of file class.ilPublicSectionSettings.php.
References getDomains(), isEnabled(), and settings().
Here is the call graph for this function:| ilPublicSectionSettings::setDomains | ( | array | $domains | ) |
Definition at line 48 of file class.ilPublicSectionSettings.php.
References $domains.
| ilPublicSectionSettings::setEnabled | ( | $stat | ) |
Definition at line 83 of file class.ilPublicSectionSettings.php.
|
private |
Definition at line 25 of file class.ilPublicSectionSettings.php.
Referenced by getDomains(), read(), and setDomains().
|
private |
Definition at line 24 of file class.ilPublicSectionSettings.php.
Referenced by isEnabled().
|
staticprotected |
Definition at line 16 of file class.ilPublicSectionSettings.php.
Referenced by getInstance().
|
private |
Definition at line 22 of file class.ilPublicSectionSettings.php.