ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
robotSupportEnabled () | |
Check if client is open for robots. More... | |
checkRewrite () | |
Indirect Check of allow override @access public. More... | |
Static Public Member Functions | |
static | getInstance () |
get singleton instance More... | |
Private Member Functions | |
__construct () | |
Private constructor => use getInstance. More... | |
read () | |
Read settings @access 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 @access public.
Definition at line 73 of file class.ilRobotSettings.php.
|
static |
get singleton instance
Definition at line 44 of file class.ilRobotSettings.php.
References $instance.
Referenced by ILIAS\StaticURL\Init\init().
|
private |
Read settings @access private.
Definition at line 64 of file class.ilRobotSettings.php.
References 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.
Referenced by getInstance().
|
private |
Definition at line 26 of file class.ilRobotSettings.php.
Referenced by robotSupportEnabled().
|
private |
Definition at line 27 of file class.ilRobotSettings.php.