|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Storage of editor settings. More...
Collaboration diagram for ilAuthLoginPageEditorSettings:Public Member Functions | |
| __construct () | |
| setMode ($a_mode) | |
| getMode () | |
| getIliasEditorLanguage ($a_langkey) | |
| Get ilias editor language @global ilLanguage $lng. More... | |
| enableIliasEditor ($a_langkey, $a_status) | |
| Enable editor for language. More... | |
| isIliasEditorEnabled ($a_langkey) | |
| Check if ilias editor is enabled for a language. More... | |
| update () | |
| Update settings. More... | |
| read () | |
| Read settings. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Get singelton instance. More... | |
Data Fields | |
| const | MODE__UNDEFINED = 0 |
| const | MODE_RTE = 1 |
| const | MODE_IPE = 2 |
Protected Member Functions | |
| getStorage () | |
Private Attributes | |
| $languages = array() | |
| $storage = null | |
| $mode = 0 | |
Static Private Attributes | |
| static | $instance = null |
Storage of editor settings.
Definition at line 10 of file class.ilAuthLoginPageEditorSettings.php.
| ilAuthLoginPageEditorSettings::__construct | ( | ) |
Definition at line 25 of file class.ilAuthLoginPageEditorSettings.php.
References read().
Here is the call graph for this function:| ilAuthLoginPageEditorSettings::enableIliasEditor | ( | $a_langkey, | |
| $a_status | |||
| ) |
Enable editor for language.
Definition at line 89 of file class.ilAuthLoginPageEditorSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilAuthLoginPageEditorSettings::getIliasEditorLanguage | ( | $a_langkey | ) |
Get ilias editor language @global ilLanguage $lng.
| string | $a_langkey |
Definition at line 68 of file class.ilAuthLoginPageEditorSettings.php.
References $DIC, $lng, getMode(), and isIliasEditorEnabled().
Here is the call graph for this function:
|
static |
Get singelton instance.
Definition at line 36 of file class.ilAuthLoginPageEditorSettings.php.
References $instance.
Referenced by ilAuthLoginPageEditorGUI\__construct(), ilAuthLoginPageEditorGUI\activate(), ilStartUpGUI\getLoginPageEditorHTML(), and ilAuthLoginPageEditorTableGUI\parse().
Here is the caller graph for this function:| ilAuthLoginPageEditorSettings::getMode | ( | ) |
Definition at line 57 of file class.ilAuthLoginPageEditorSettings.php.
References $mode.
Referenced by getIliasEditorLanguage(), and update().
Here is the caller graph for this function:
|
protected |
Definition at line 47 of file class.ilAuthLoginPageEditorSettings.php.
References $storage.
Referenced by read(), and update().
Here is the caller graph for this function:| ilAuthLoginPageEditorSettings::isIliasEditorEnabled | ( | $a_langkey | ) |
Check if ilias editor is enabled for a language.
| string | $a_langkey |
Definition at line 98 of file class.ilAuthLoginPageEditorSettings.php.
Referenced by getIliasEditorLanguage().
Here is the caller graph for this function:| ilAuthLoginPageEditorSettings::read | ( | ) |
Read settings.
Definition at line 121 of file class.ilAuthLoginPageEditorSettings.php.
References $DIC, $lng, enableIliasEditor(), getStorage(), and setMode().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthLoginPageEditorSettings::setMode | ( | $a_mode | ) |
Definition at line 52 of file class.ilAuthLoginPageEditorSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilAuthLoginPageEditorSettings::update | ( | ) |
Update settings.
Definition at line 109 of file class.ilAuthLoginPageEditorSettings.php.
References getMode(), and getStorage().
Here is the call graph for this function:
|
staticprivate |
Definition at line 19 of file class.ilAuthLoginPageEditorSettings.php.
Referenced by getInstance().
|
private |
Definition at line 16 of file class.ilAuthLoginPageEditorSettings.php.
|
private |
Definition at line 22 of file class.ilAuthLoginPageEditorSettings.php.
Referenced by getMode().
|
private |
Definition at line 20 of file class.ilAuthLoginPageEditorSettings.php.
Referenced by getStorage().
| const ilAuthLoginPageEditorSettings::MODE__UNDEFINED = 0 |
Definition at line 12 of file class.ilAuthLoginPageEditorSettings.php.
| const ilAuthLoginPageEditorSettings::MODE_IPE = 2 |
Definition at line 14 of file class.ilAuthLoginPageEditorSettings.php.
Referenced by ilAuthLoginPageEditorGUI\addEditorSwitch(), ilAuthLoginPageEditorGUI\show(), and ilAuthLoginPageEditorGUI\switchIPE().
| const ilAuthLoginPageEditorSettings::MODE_RTE = 1 |
Definition at line 13 of file class.ilAuthLoginPageEditorSettings.php.
Referenced by ilAuthLoginPageEditorGUI\addEditorSwitch(), ilAuthLoginPageEditorGUI\show(), and ilAuthLoginPageEditorGUI\switchRTE().