|
ILIAS
Release_4_0_x_branch Revision 61816
|
Page editor settings. More...
Collaboration diagram for ilPageEditorSettings:Static Public Member Functions | |
| static | getGroups () |
| Get all settings groups. | |
| static | writeSetting ($a_grp, $a_name, $a_value) |
| Write Setting. | |
| static | lookupSetting ($a_grp, $a_name, $a_default=false) |
| Lookup setting. | |
| static | lookupSettingByParentType ($a_par_type, $a_name, $a_default=false) |
| Lookup setting by parent type. | |
Static Protected Attributes | |
| static | $option_groups |
|
static |
Get all settings groups.
Definition at line 27 of file class.ilPageEditorSettings.php.
References $option_groups.
Referenced by ilObjAdvancedEditingGUI\addPageEditorSettingsSubtabs(), and ilObjAdvancedEditingGUI\showPageEditorSettingsObject().
Here is the caller graph for this function:
|
static |
Lookup setting.
Definition at line 55 of file class.ilPageEditorSettings.php.
References $ilDB.
Referenced by ilObjAdvancedEditingGUI\initPageEditorForm(), and lookupSettingByParentType().
Here is the caller graph for this function:
|
static |
Lookup setting by parent type.
Definition at line 74 of file class.ilPageEditorSettings.php.
References lookupSetting().
Referenced by ilPageContentGUI\getBBMenu().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Write Setting.
Definition at line 35 of file class.ilPageEditorSettings.php.
References $ilDB.
Referenced by ilObjAdvancedEditingGUI\savePageEditorSettingsObject().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 15 of file class.ilPageEditorSettings.php.
Referenced by getGroups().