ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
robotSupportEnabled () | |
Check if client is open for robots. More... | |
checkRewrite () | |
Indirect Check of allow override public. More... | |
Static Public Member Functions | |
static | getInstance () |
get singleton instance More... | |
Private Member Functions | |
__construct () | |
Private constructor => use getInstance. More... | |
read () | |
Read settings private. More... | |
Private Attributes | |
bool | $open_robots = false |
ilSetting | $settings |
Static Private Attributes | |
static self | $instance = null |
Definition at line 24 of file class.ilRobotSettings.php.
|
private |
Private constructor => use getInstance.
Definition at line 33 of file class.ilRobotSettings.php.
References $DIC, read(), and ILIAS\Repository\settings().
ilRobotSettings::checkRewrite | ( | ) |
Indirect Check of allow override public.
Definition at line 73 of file class.ilRobotSettings.php.
References $url, and CLIENT_ID.
|
static |
get singleton instance
Definition at line 44 of file class.ilRobotSettings.php.
Referenced by ILIAS\StaticURL\Init\init(), and ilObjSystemFolderGUI\showBasicSettingsObject().
|
private |
Read settings private.
Definition at line 64 of file class.ilRobotSettings.php.
References null, and ILIAS\Repository\settings().
Referenced by __construct().
ilRobotSettings::robotSupportEnabled | ( | ) |
Check if client is open for robots.
Definition at line 55 of file class.ilRobotSettings.php.
References $open_robots.
|
staticprivate |
Definition at line 28 of file class.ilRobotSettings.php.
|
private |
Definition at line 26 of file class.ilRobotSettings.php.
Referenced by robotSupportEnabled().
|
private |
Definition at line 27 of file class.ilRobotSettings.php.