ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilCloudPluginConfigGUI. More...
Public Member Functions | |
getFields () | |
getTableName () | |
getObject () | |
performCommand ($cmd) | |
Handles all commmands, default is "configure". | |
configure () | |
Configure screen. | |
getValues () | |
initConfigurationForm () | |
save () | |
Public Member Functions inherited from ilPluginConfigGUI | |
setPluginObject ($a_val) | |
Set plugin object. | |
getPluginObject () | |
Get plugin object. | |
executeCommand () | |
Execute command. |
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 84 of file class.ilCloudPluginConfigGUI.php.
References $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.
References fields.
Referenced by configure().
ilCloudPluginConfigGUI::initConfigurationForm | ( | ) |
Definition at line 115 of file class.ilCloudPluginConfigGUI.php.
References $ilCtrl, $lng, and fields.
Referenced by configure(), and save().
ilCloudPluginConfigGUI::performCommand | ( | $cmd | ) |
Handles all commmands, default is "configure".
Reimplemented from ilPluginConfigGUI.
Definition at line 66 of file class.ilCloudPluginConfigGUI.php.
References $cmd, fields, getFields(), and getTableName().
ilCloudPluginConfigGUI::save | ( | ) |
Definition at line 147 of file class.ilCloudPluginConfigGUI.php.
References $ilCtrl, $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().