|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilRobotSettings:Public Member Functions | |
| robotSupportEnabled () | |
| Check if client is open for robots. More... | |
| checkRewrite () | |
| Indirect Check of allow override. More... | |
Static Public Member Functions | |
| static | _getInstance () |
| Get instance. More... | |
Private Member Functions | |
| __construct () | |
| Private constructor => use getInstance. More... | |
| read () | |
| Read settings. More... | |
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.
@access private
Definition at line 45 of file class.ilRobotSettings.php.
References $DIC, $ilSetting, read(), and settings().
Here is the call graph for this function:
|
static |
Get instance.
@access public
Definition at line 63 of file class.ilRobotSettings.php.
References $instance.
Referenced by ilLink\_getStaticLink().
Here is the caller graph for this function:| ilRobotSettings::checkRewrite | ( | ) |
Indirect Check of allow override.
@access public
Definition at line 101 of file class.ilRobotSettings.php.
References $url.
|
private |
Read settings.
@access private
Definition at line 89 of file class.ilRobotSettings.php.
References 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.
@access public
Definition at line 78 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.