|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilAuthPageEditorSettings:Public Member Functions | |
| getIliasEditorLanguage (string $a_langkey) | |
| enableIliasEditor (string $a_langkey, bool $a_status) | |
| isIliasEditorEnabled (string $a_langkey) | |
| update () | |
| read () | |
Static Public Member Functions | |
| static | getInstance (AuthPageEditorContext $context) |
Private Member Functions | |
| __construct (AuthPageEditorContext $context) | |
| getStorage () | |
Private Attributes | |
| array | $languages = [] |
| ilSetting | $storage |
| ilLanguage | $lng |
Static Private Attributes | |
| static array | $instances = [] |
Definition at line 23 of file class.ilAuthPageEditorSettings.php.
|
private |
Definition at line 36 of file class.ilAuthPageEditorSettings.php.
References $DIC, ILIAS\Repository\lng(), and read().
Here is the call graph for this function:| ilAuthPageEditorSettings::enableIliasEditor | ( | string | $a_langkey, |
| bool | $a_status | ||
| ) |
Definition at line 69 of file class.ilAuthPageEditorSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilAuthPageEditorSettings::getIliasEditorLanguage | ( | string | $a_langkey | ) |
Definition at line 56 of file class.ilAuthPageEditorSettings.php.
References isIliasEditorEnabled(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
static |
Definition at line 46 of file class.ilAuthPageEditorSettings.php.
References $context.
Referenced by ilAuthPageEditorGUI\activate(), ilAuthPageEditorGUI\deactivate(), ilStartUpGUI\getAuthPageEditorHtml(), and ILIAS\components\Authentication\Pages\AuthPageLanguagesOverviewTable\initRecords().
Here is the caller graph for this function:
|
private |
Definition at line 51 of file class.ilAuthPageEditorSettings.php.
References $storage.
Referenced by read().
Here is the caller graph for this function:| ilAuthPageEditorSettings::isIliasEditorEnabled | ( | string | $a_langkey | ) |
Definition at line 74 of file class.ilAuthPageEditorSettings.php.
Referenced by getIliasEditorLanguage().
Here is the caller graph for this function:| ilAuthPageEditorSettings::read | ( | ) |
Definition at line 86 of file class.ilAuthPageEditorSettings.php.
References enableIliasEditor(), getStorage(), and ILIAS\Repository\lng().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthPageEditorSettings::update | ( | ) |
Definition at line 79 of file class.ilAuthPageEditorSettings.php.
|
staticprivate |
Definition at line 26 of file class.ilAuthPageEditorSettings.php.
|
private |
Definition at line 31 of file class.ilAuthPageEditorSettings.php.
|
private |
Definition at line 33 of file class.ilAuthPageEditorSettings.php.
|
private |
Definition at line 32 of file class.ilAuthPageEditorSettings.php.
Referenced by getStorage().