ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilCloudPluginConfigGUI. More...
Public Member Functions | |
getFields () | |
getTableName () | |
getObject () | |
performCommand ($cmd) | |
Handles all commmands, default is "configure". More... | |
configure () | |
Configure screen. More... | |
getValues () | |
initConfigurationForm () | |
save () | |
![]() | |
setPluginObject ($a_val) | |
Set plugin object. More... | |
getPluginObject () | |
Get plugin object. More... | |
executeCommand () | |
Execute command. More... | |
performCommand ($cmd) | |
Protected Attributes | |
$object | |
$fields = array() | |
![]() | |
$plugin_object = null | |
Class ilCloudPluginConfigGUI.
GUI class for the administration settings. Plugin classes can extend this method and override getFields to declare the fields needed for the input of the settings.
public function getFields() { return array( "app_name" => array("type" => "ilTextInputGUI", "info" => "config_info_app_name", "subelements" => null), ); }
Definition at line 25 of file class.ilCloudPluginConfigGUI.php.
ilCloudPluginConfigGUI::configure | ( | ) |
Configure screen.
Definition at line 85 of file class.ilCloudPluginConfigGUI.php.
References $DIC, $tpl, getValues(), and initConfigurationForm().
ilCloudPluginConfigGUI::getFields | ( | ) |
Definition at line 41 of file class.ilCloudPluginConfigGUI.php.
Referenced by performCommand().
ilCloudPluginConfigGUI::getObject | ( | ) |
Definition at line 59 of file class.ilCloudPluginConfigGUI.php.
References $object.
ilCloudPluginConfigGUI::getTableName | ( | ) |
Definition at line 50 of file class.ilCloudPluginConfigGUI.php.
References ilPluginConfigGUI\getPluginObject().
Referenced by performCommand().
ilCloudPluginConfigGUI::getValues | ( | ) |
Definition at line 96 of file class.ilCloudPluginConfigGUI.php.
References fields.
Referenced by configure().
ilCloudPluginConfigGUI::initConfigurationForm | ( | ) |
Definition at line 114 of file class.ilCloudPluginConfigGUI.php.
References $DIC, $lng, and fields.
Referenced by configure(), and save().
ilCloudPluginConfigGUI::performCommand | ( | $cmd | ) |
Handles all commmands, default is "configure".
Definition at line 68 of file class.ilCloudPluginConfigGUI.php.
References fields, getFields(), and getTableName().
ilCloudPluginConfigGUI::save | ( | ) |
Definition at line 146 of file class.ilCloudPluginConfigGUI.php.
References $DIC, $tpl, fields, and initConfigurationForm().
|
protected |
Definition at line 35 of file class.ilCloudPluginConfigGUI.php.
|
protected |
Definition at line 31 of file class.ilCloudPluginConfigGUI.php.
Referenced by getObject().