|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilCloudPluginConfigGUI. More...
Inheritance diagram for ilCloudPluginConfigGUI:
Collaboration diagram for ilCloudPluginConfigGUI: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 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().
Here is the call graph for this function:| ilCloudPluginConfigGUI::getFields | ( | ) |
Definition at line 41 of file class.ilCloudPluginConfigGUI.php.
Referenced by performCommand().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCloudPluginConfigGUI::getValues | ( | ) |
Definition at line 96 of file class.ilCloudPluginConfigGUI.php.
References fields.
Referenced by configure().
Here is the caller graph for this function:| ilCloudPluginConfigGUI::initConfigurationForm | ( | ) |
Definition at line 114 of file class.ilCloudPluginConfigGUI.php.
References $DIC, $lng, and fields.
Referenced by configure(), and save().
Here is the caller graph for this function:| ilCloudPluginConfigGUI::performCommand | ( | $cmd | ) |
Handles all commmands, default is "configure".
Reimplemented from ilPluginConfigGUI.
Definition at line 68 of file class.ilCloudPluginConfigGUI.php.
References fields, getFields(), and getTableName().
Here is the call graph for this function:| ilCloudPluginConfigGUI::save | ( | ) |
Definition at line 146 of file class.ilCloudPluginConfigGUI.php.
References $DIC, $tpl, fields, and initConfigurationForm().
Here is the call graph for this function:
|
protected |
Definition at line 35 of file class.ilCloudPluginConfigGUI.php.
Referenced by ILIAS\UI\Implementation\Component\Table\PresentationRow\withFurtherFields(), and ILIAS\UI\Implementation\Component\Table\PresentationRow\withImportantFields().
|
protected |
Definition at line 31 of file class.ilCloudPluginConfigGUI.php.
Referenced by getObject().