|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 (protected ilObjFile $object, protected ilCtrl $ctrl, protected ilGlobalTemplateInterface $tpl, protected ilLanguage $lng, protected 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) | |
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 | ( | protected ilObjFile | $object, |
| protected ilCtrl | $ctrl, | ||
| protected ilGlobalTemplateInterface | $tpl, | ||
| protected ilLanguage | $lng, | ||
| protected ilObjectService | $object_service | ||
| ) |
Definition at line 30 of file class.ilFileCommonSettingsGUI.php.
|
protected |
Definition at line 75 of file class.ilFileCommonSettingsGUI.php.
Referenced by buildForm().
Here is the caller graph for this function:
|
protected |
Definition at line 66 of file class.ilFileCommonSettingsGUI.php.
References 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 52 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 44 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 34 of file class.ilFileCommonSettingsGUI.php.
References ILIAS\Repository\ctrl(), editSettings(), and saveSettings().
Here is the call graph for this function:
|
protected |
Definition at line 80 of file class.ilFileCommonSettingsGUI.php.
References 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 100 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:
|
private |
Definition at line 26 of file class.ilFileCommonSettingsGUI.php.
| 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.