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...
Static Public Member Functions | |
static | getGroups () |
Get all settings groups. More... | |
static | writeSetting (string $a_grp, string $a_name, string $a_value) |
Write Setting. More... | |
static | lookupSetting (string $a_grp, string $a_name, string $a_default='0') |
Lookup setting. More... | |
static | lookupSettingByParentType (string $a_par_type, string $a_name, string $a_default='0') |
Lookup setting by parent type. More... | |
Static Protected Attributes | |
static array | $option_groups |
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 Page editor settings
Definition at line 24 of file class.ilPageEditorSettings.php.
|
static |
Get all settings groups.
Definition at line 41 of file class.ilPageEditorSettings.php.
Referenced by ilObjAdvancedEditingGUI\addPageEditorSettingsSubtabs(), and ilObjAdvancedEditingGUI\showPageEditorSettingsObject().
|
static |
Lookup setting.
Definition at line 75 of file class.ilPageEditorSettings.php.
Referenced by ilObjAdvancedEditingGUI\initPageEditorForm(), and lookupSettingByParentType().
|
static |
Lookup setting by parent type.
Definition at line 99 of file class.ilPageEditorSettings.php.
References lookupSetting().
Referenced by ilPCParagraphGUI\getCharStyleSelector(), and ilPageObjectGUI\getTinyMenu().
|
static |
Write Setting.
Definition at line 49 of file class.ilPageEditorSettings.php.
Referenced by ilObjAdvancedEditingGUI\savePageEditorSettingsObject().
|
staticprotected |
Definition at line 28 of file class.ilPageEditorSettings.php.