ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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.
private
Definition at line 45 of file class.ilRobotSettings.php.
References $DIC, $ilSetting, read(), and settings().
|
static |
Get instance.
public
Definition at line 63 of file class.ilRobotSettings.php.
Referenced by ilLink\_getStaticLink(), and ilObjSystemFolderGUI\showBasicSettingsObject().
ilRobotSettings::checkRewrite | ( | ) |
Indirect Check of allow override.
public
Definition at line 101 of file class.ilRobotSettings.php.
References $url.
|
private |
Read settings.
private
Definition at line 89 of file class.ilRobotSettings.php.
References settings().
Referenced by __construct().
ilRobotSettings::robotSupportEnabled | ( | ) |
Check if client is open for robots.
public
Definition at line 78 of file class.ilRobotSettings.php.
References $open_robots.
|
staticprivate |
Definition at line 37 of file class.ilRobotSettings.php.
|
private |
Definition at line 34 of file class.ilRobotSettings.php.
Referenced by robotSupportEnabled().
|
private |
Definition at line 35 of file class.ilRobotSettings.php.