ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilCloudPluginSettingsGUI. More...
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... | |
![]() | |
__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 | |
![]() | |
$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 |
Definition at line 34 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 124 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 57 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, Vendor\Package\$e, $tpl, getSettingsValues(), initSettingsForm(), and ilUtil\sendFailure().
|
protected |
Definition at line 160 of file class.ilCloudPluginSettingsGUI.php.
Referenced by createPluginSection().
|
protected |
$values |
Definition at line 183 of file class.ilCloudPluginSettingsGUI.php.
Referenced by getSettingsValues().
ilCloudPluginSettingsGUI::getSettingsValues | ( | ) |
Get values for edit Settings form.
Definition at line 169 of file class.ilCloudPluginSettingsGUI.php.
References getPluginSettingsValues().
Referenced by editSettings().
|
protected |
Definition at line 139 of file class.ilCloudPluginSettingsGUI.php.
Referenced by initSettingsForm().
|
protected |
Definition at line 147 of file class.ilCloudPluginSettingsGUI.php.
References $DIC.
Referenced by initSettingsForm(), and updateSettings().
ilCloudPluginSettingsGUI::initSettingsForm | ( | ) |
Definition at line 78 of file class.ilCloudPluginSettingsGUI.php.
References $DIC, $ilCtrl, $lng, createPluginSection(), initPluginSettings(), and initPresentationSection().
Referenced by editSettings(), and updateSettings().
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().
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().
|
protected |
Definition at line 22 of file class.ilCloudPluginSettingsGUI.php.
|
protected |
Definition at line 26 of file class.ilCloudPluginSettingsGUI.php.