|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilRobotSettings: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().
Here is the call graph for this function:| 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 ilObjGeneralSettingsGUI\buildForm(), and ILIAS\StaticURL\StaticURLConfig\get().
Here is the caller graph for this function:
|
private |
Read settings @access private.
Definition at line 64 of file class.ilRobotSettings.php.
References ILIAS\Repository\settings().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.