| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilFileCommonSettingsGUI:Public Member Functions | |
| __construct (ilObjFile $object, ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilObjectService $object_service) | |
| executeCommand () | |
Data Fields | |
| const | CMD_EDIT = 'editSettings' | 
| const | CMD_SAVE = 'saveSettings' | 
Protected Member Functions | |
| editSettings (ilPropertyFormGUI $form=null) | |
| buildForm () | |
| addServiceSettingsToForm (ilPropertyFormGUI $form) | |
| addCommonFieldsToForm (ilPropertyFormGUI $form) | |
| saveSettings () | |
| txt (string $code) | |
Protected Attributes | |
| ilObjFile | $object | 
| ilCtrl | $ctrl | 
| ilGlobalTemplateInterface | $tpl | 
| ilLanguage | $lng | 
| ilObjectService | $object_service | 
Private Attributes | |
| array | $services | 
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
Definition at line 22 of file class.ilFileCommonSettingsGUI.php.
| ilFileCommonSettingsGUI::__construct | ( | ilObjFile | $object, | 
| ilCtrl | $ctrl, | ||
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng, | ||
| ilObjectService | $object_service | ||
| ) | 
Definition at line 34 of file class.ilFileCommonSettingsGUI.php.
References $ctrl, $lng, $object, $object_service, $tpl, ILIAS\Repository\ctrl(), ilObjectServiceSettingsGUI\CUSTOM_METADATA, and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 97 of file class.ilFileCommonSettingsGUI.php.
Referenced by buildForm().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 88 of file class.ilFileCommonSettingsGUI.php.
References $services, ilObjectServiceSettingsGUI\initServiceSettingsForm(), and ILIAS\Repository\object().
Referenced by buildForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 74 of file class.ilFileCommonSettingsGUI.php.
References addCommonFieldsToForm(), addServiceSettingsToForm(), ILIAS\Repository\ctrl(), and txt().
Referenced by editSettings(), and saveSettings().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 66 of file class.ilFileCommonSettingsGUI.php.
References buildForm().
Referenced by executeCommand(), and saveSettings().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilFileCommonSettingsGUI::executeCommand | ( | ) | 
Definition at line 51 of file class.ilFileCommonSettingsGUI.php.
References ILIAS\Repository\ctrl(), editSettings(), and saveSettings().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 102 of file class.ilFileCommonSettingsGUI.php.
References $services, buildForm(), ILIAS\Repository\ctrl(), editSettings(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 122 of file class.ilFileCommonSettingsGUI.php.
References ILIAS\Repository\lng().
Referenced by buildForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 29 of file class.ilFileCommonSettingsGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 31 of file class.ilFileCommonSettingsGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 28 of file class.ilFileCommonSettingsGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 32 of file class.ilFileCommonSettingsGUI.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 26 of file class.ilFileCommonSettingsGUI.php.
Referenced by addServiceSettingsToForm(), and saveSettings().
      
  | 
  protected | 
Definition at line 30 of file class.ilFileCommonSettingsGUI.php.
Referenced by __construct().
| const ilFileCommonSettingsGUI::CMD_EDIT = 'editSettings' | 
Definition at line 24 of file class.ilFileCommonSettingsGUI.php.
Referenced by ilObjFileGUI\initSettingsTab().
| const ilFileCommonSettingsGUI::CMD_SAVE = 'saveSettings' | 
Definition at line 25 of file class.ilFileCommonSettingsGUI.php.