|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilCloudPluginSettingsGUI. More...
Inheritance diagram for ilCloudPluginSettingsGUI:
Collaboration diagram for ilCloudPluginSettingsGUI:Public Member Functions | |
| __construct ($plugin_service_class) | |
| ilCloudPluginSettingsGUI constructor. More... | |
| 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 () | |
| initPresentationSection () | |
| 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 16 of file class.ilCloudPluginSettingsGUI.php.
| ilCloudPluginSettingsGUI::__construct | ( | $plugin_service_class | ) |
ilCloudPluginSettingsGUI constructor.
| $plugin_service_class |
Reimplemented from ilCloudPluginGUI.
Definition at line 34 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Definition at line 124 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, $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 57 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, Vendor\Package\$e, $tpl, getSettingsValues(), initSettingsForm(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 160 of file class.ilCloudPluginSettingsGUI.php.
Referenced by createPluginSection().
Here is the caller graph for this function:
|
protected |
| $values |
Definition at line 183 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 169 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 139 of file class.ilCloudPluginSettingsGUI.php.
Referenced by initSettingsForm().
Here is the caller graph for this function:
|
protected |
Definition at line 147 of file class.ilCloudPluginSettingsGUI.php.
References $DIC.
Referenced by initSettingsForm(), and updateSettings().
Here is the caller graph for this function:| ilCloudPluginSettingsGUI::initSettingsForm | ( | ) |
Definition at line 78 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, $ilCtrl, $lng, createPluginSection(), initPluginSettings(), and initPresentationSection().
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 | ) |
| ilObjCloud | $object |
Definition at line 48 of file class.ilCloudPluginSettingsGUI.php.
|
protected |
Definition at line 233 of file class.ilCloudPluginSettingsGUI.php.
Referenced by updateSettings().
Here is the caller graph for this function:| ilCloudPluginSettingsGUI::updateSettings | ( | ) |
Update Settings.
Definition at line 191 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, Vendor\Package\$e, $ilCtrl, $lng, $tpl, ilCloudPluginGUI\getService(), initPresentationSection(), initSettingsForm(), ilCloudUtil\normalizePath(), ilUtil\sendFailure(), and updatePluginSettings().
Here is the call graph for this function:
|
protected |
Definition at line 22 of file class.ilCloudPluginSettingsGUI.php.
|
protected |
Definition at line 26 of file class.ilCloudPluginSettingsGUI.php.