ILIAS
trunk Revision v11.0_alpha-1843-g9e1fad99175
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
|
protected |
Definition at line 66 of file class.ilFileCommonSettingsGUI.php.
References $services, ilObjectServiceSettingsGUI\initServiceSettingsForm(), and ILIAS\Repository\object().
Referenced by buildForm().
|
protected |
Definition at line 52 of file class.ilFileCommonSettingsGUI.php.
References addCommonFieldsToForm(), addServiceSettingsToForm(), ILIAS\Repository\ctrl(), and txt().
Referenced by editSettings(), and saveSettings().
|
protected |
Definition at line 44 of file class.ilFileCommonSettingsGUI.php.
References buildForm().
Referenced by executeCommand(), and saveSettings().
ilFileCommonSettingsGUI::executeCommand | ( | ) |
Definition at line 34 of file class.ilFileCommonSettingsGUI.php.
References ILIAS\Repository\ctrl(), editSettings(), and saveSettings().
|
protected |
Definition at line 80 of file class.ilFileCommonSettingsGUI.php.
References $services, buildForm(), ILIAS\Repository\ctrl(), editSettings(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
Referenced by executeCommand().
|
protected |
Definition at line 100 of file class.ilFileCommonSettingsGUI.php.
References ILIAS\Repository\lng().
Referenced by buildForm().
|
private |
Definition at line 26 of file class.ilFileCommonSettingsGUI.php.
Referenced by addServiceSettingsToForm(), and saveSettings().
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.