|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilCloudPluginSettingsGUI. More...
Inheritance diagram for ilCloudPluginSettingsGUI:
Collaboration diagram for ilCloudPluginSettingsGUI: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 94 of file class.ilCloudPluginSettingsGUI.php.
References $lng, $section, and getMakeOwnPluginSection().
Referenced by initSettingsForm().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 $lng, $tpl, getSettingsValues(), initSettingsForm(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 107 of file class.ilCloudPluginSettingsGUI.php.
Referenced by createPluginSection().
Here is the caller graph for this function:
|
protected |
Definition at line 126 of file class.ilCloudPluginSettingsGUI.php.
Referenced by getSettingsValues().
Here is the caller graph for this function:| ilCloudPluginSettingsGUI::getSettingsValues | ( | ) |
Get values for edit Settings form.
Definition at line 115 of file class.ilCloudPluginSettingsGUI.php.
References getPluginSettingsValues().
Referenced by editSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 105 of file class.ilCloudPluginSettingsGUI.php.
Referenced by initSettingsForm().
Here is the caller graph for this function:| ilCloudPluginSettingsGUI::initSettingsForm | ( | ) |
Definition at line 56 of file class.ilCloudPluginSettingsGUI.php.
References $ilCtrl, $lng, createPluginSection(), and initPluginSettings().
Referenced by editSettings(), and updateSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCloudPluginSettingsGUI::setCloudObject | ( | ilObjCloud | $object | ) |
Definition at line 31 of file class.ilCloudPluginSettingsGUI.php.
|
protected |
Definition at line 163 of file class.ilCloudPluginSettingsGUI.php.
Referenced by updateSettings().
Here is the caller graph for this function:| ilCloudPluginSettingsGUI::updateSettings | ( | ) |
Update Settings.
Definition at line 130 of file class.ilCloudPluginSettingsGUI.php.
References $ilCtrl, $lng, $tpl, ilCloudPluginGUI\getService(), initSettingsForm(), ilCloudUtil\normalizePath(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and updatePluginSettings().
Here is the call graph for this function:
|
protected |
Definition at line 23 of file class.ilCloudPluginSettingsGUI.php.
|
protected |
Definition at line 28 of file class.ilCloudPluginSettingsGUI.php.