ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
robotSupportEnabled () | |
Check if client is open for robots. More... | |
checkRewrite () | |
Indirect Check of allow override public. More... | |
Static Public Member Functions | |
static | getInstance () |
get singleton instance More... | |
Private Member Functions | |
__construct () | |
Private constructor => use getInstance. More... | |
read () | |
Read settings private. More... | |
Private Attributes | |
bool | $open_robots = false |
ilSetting | $settings |
Static Private Attributes | |
static self | $instance = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too. If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 21 of file class.ilRobotSettings.php.
|
private |
Private constructor => use getInstance.
Definition at line 30 of file class.ilRobotSettings.php.
References $DIC, read(), and ILIAS\Repository\settings().
ilRobotSettings::checkRewrite | ( | ) |
Indirect Check of allow override public.
Definition at line 70 of file class.ilRobotSettings.php.
References $url, and CLIENT_ID.
|
static |
get singleton instance
Definition at line 41 of file class.ilRobotSettings.php.
Referenced by ilLink\_getStaticLink(), and ilObjSystemFolderGUI\showBasicSettingsObject().
|
private |
Read settings private.
Definition at line 61 of file class.ilRobotSettings.php.
References ILIAS\Repository\settings().
Referenced by __construct().
ilRobotSettings::robotSupportEnabled | ( | ) |
Check if client is open for robots.
Definition at line 52 of file class.ilRobotSettings.php.
References $open_robots.
|
staticprivate |
Definition at line 25 of file class.ilRobotSettings.php.
|
private |
Definition at line 23 of file class.ilRobotSettings.php.
Referenced by robotSupportEnabled().
|
private |
Definition at line 24 of file class.ilRobotSettings.php.