| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilPageEditorSettings: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().
 Here is the caller graph for this function:
      
  | 
  static | 
Lookup setting.
Definition at line 75 of file class.ilPageEditorSettings.php.
Referenced by ilObjAdvancedEditingGUI\initPageEditorForm(), and lookupSettingByParentType().
 Here is the caller graph for this function:
      
  | 
  static | 
Lookup setting by parent type.
Definition at line 99 of file class.ilPageEditorSettings.php.
References lookupSetting().
Referenced by ilPageObjectGUI\getTinyMenu().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Write Setting.
Definition at line 49 of file class.ilPageEditorSettings.php.
Referenced by ilObjAdvancedEditingGUI\savePageEditorSettingsObject().
 Here is the caller graph for this function:
      
  | 
  staticprotected | 
Definition at line 28 of file class.ilPageEditorSettings.php.