|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for ilRobotSettings:Public Member Functions | |
| robotSupportEnabled () | |
| Check if client is open for robots. | |
| checkModRewrite () | |
| Check if mod_rewrite module is available. | |
| checkRewrite () | |
| Indirect Check of allow override. | |
Static Public Member Functions | |
| static | _getInstance () |
| Get instance. | |
Private Member Functions | |
| __construct () | |
| Private constructor => use getInstance. | |
| read () | |
| Read settings. | |
Private Attributes | |
| $open_robots = false | |
| $settings = null | |
Static Private Attributes | |
| static | $instance = null |
Definition at line 32 of file class.ilRobotSettings.php.
|
private |
Private constructor => use getInstance.
private
Definition at line 45 of file class.ilRobotSettings.php.
References $ilSetting, and read().
Here is the call graph for this function:
|
static |
Get instance.
public
Definition at line 61 of file class.ilRobotSettings.php.
References $instance.
Referenced by ilLink\_getStaticLink(), ilObjSystemFolderGUI\displayBasicSettings(), and ilObjSystemFolderGUI\initBasicSettingsForm().
Here is the caller graph for this function:| ilRobotSettings::checkModRewrite | ( | ) |
Check if mod_rewrite module is available.
public
Definition at line 106 of file class.ilRobotSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilRobotSettings::checkRewrite | ( | ) |
Indirect Check of allow override.
public
Definition at line 124 of file class.ilRobotSettings.php.
|
private |
Read settings.
private
Definition at line 90 of file class.ilRobotSettings.php.
References checkModRewrite().
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.
public
Definition at line 79 of file class.ilRobotSettings.php.
References $open_robots.
|
staticprivate |
Definition at line 37 of file class.ilRobotSettings.php.
Referenced by _getInstance().
|
private |
Definition at line 34 of file class.ilRobotSettings.php.
Referenced by robotSupportEnabled().
|
private |
Definition at line 35 of file class.ilRobotSettings.php.