ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 () | |
Public Member Functions inherited from ilPluginConfigGUI | |
setPluginObject ($a_val) | |
Set plugin object. More... | |
getPluginObject () | |
Get plugin object. More... | |
executeCommand () | |
Execute command. More... | |
performCommand ($cmd) | |
Protected Attributes | |
$object | |
$fields = array() | |
Protected Attributes inherited from ilPluginConfigGUI | |
$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 26 of file class.ilCloudPluginConfigGUI.php.
ilCloudPluginConfigGUI::configure | ( | ) |
Configure screen.
Definition at line 83 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 58 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 93 of file class.ilCloudPluginConfigGUI.php.
Referenced by configure().
ilCloudPluginConfigGUI::initConfigurationForm | ( | ) |
Definition at line 110 of file class.ilCloudPluginConfigGUI.php.
References $DIC, $form, $ilCtrl, $key, $lng, and fields.
Referenced by configure(), and save().
ilCloudPluginConfigGUI::performCommand | ( | $cmd | ) |
Handles all commmands, default is "configure".
Definition at line 66 of file class.ilCloudPluginConfigGUI.php.
References fields, getFields(), and getTableName().
ilCloudPluginConfigGUI::save | ( | ) |
Definition at line 141 of file class.ilCloudPluginConfigGUI.php.
References $DIC, $ilCtrl, $key, $tpl, fields, and initConfigurationForm().
|
protected |
Definition at line 36 of file class.ilCloudPluginConfigGUI.php.
|
protected |
Definition at line 31 of file class.ilCloudPluginConfigGUI.php.
Referenced by getObject().