ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilCloudPluginSettingsGUI. More...
Public Member Functions | |
setCloudObject (ilObjCloud $object) | |
editSettings () | |
Edit Settings. More... | |
initSettingsForm () | |
getSettingsValues () | |
Get values for edit Settings form. More... | |
updateSettings () | |
Update Settings. More... | |
Public Member Functions inherited from ilCloudPluginGUI | |
__construct ($plugin_service_class) | |
getPluginObject () | |
getPluginHookObject () | |
getAdminConfigObject () | |
getService () | |
txt ($var="") | |
executeCommand () | |
Protected Member Functions | |
createPluginSection () | |
initPluginSettings () | |
getMakeOwnPluginSection () | |
getPluginSettingsValues (&$values) | |
updatePluginSettings () | |
Protected Attributes | |
$cloud_object | |
$form | |
Protected Attributes inherited from ilCloudPluginGUI | |
$service = null | |
Class ilCloudPluginSettingsGUI.
Base class for the settings. Needs to be overwritten if the plugin needs custom settings.
Definition at line 18 of file class.ilCloudPluginSettingsGUI.php.
|
protected |
Definition at line 96 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, $lng, $section, and getMakeOwnPluginSection().
Referenced by initSettingsForm().
ilCloudPluginSettingsGUI::editSettings | ( | ) |
Edit Settings.
This commands uses the form class to display an input form.
Definition at line 39 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, $lng, $tpl, getSettingsValues(), initSettingsForm(), and ilUtil\sendFailure().
|
protected |
Definition at line 111 of file class.ilCloudPluginSettingsGUI.php.
Referenced by createPluginSection().
|
protected |
Definition at line 130 of file class.ilCloudPluginSettingsGUI.php.
Referenced by getSettingsValues().
ilCloudPluginSettingsGUI::getSettingsValues | ( | ) |
Get values for edit Settings form.
Definition at line 119 of file class.ilCloudPluginSettingsGUI.php.
References getPluginSettingsValues().
Referenced by editSettings().
|
protected |
Definition at line 107 of file class.ilCloudPluginSettingsGUI.php.
Referenced by initSettingsForm().
ilCloudPluginSettingsGUI::initSettingsForm | ( | ) |
Definition at line 57 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, $ilCtrl, $lng, createPluginSection(), initPluginSettings(), ilFormPropertyGUI\setDisabled(), and ilFormPropertyGUI\setRequired().
Referenced by editSettings(), and updateSettings().
ilCloudPluginSettingsGUI::setCloudObject | ( | ilObjCloud | $object | ) |
Definition at line 31 of file class.ilCloudPluginSettingsGUI.php.
|
protected |
Definition at line 169 of file class.ilCloudPluginSettingsGUI.php.
Referenced by updateSettings().
ilCloudPluginSettingsGUI::updateSettings | ( | ) |
Update Settings.
Definition at line 136 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, $ilCtrl, $lng, $tpl, ilCloudPluginGUI\getService(), initSettingsForm(), ilCloudUtil\normalizePath(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and updatePluginSettings().
|
protected |
Definition at line 23 of file class.ilCloudPluginSettingsGUI.php.
|
protected |
Definition at line 28 of file class.ilCloudPluginSettingsGUI.php.