| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilCloudPluginConfigGUI. More...
 Inheritance diagram for ilCloudPluginConfigGUI:
 Inheritance diagram for ilCloudPluginConfigGUI: Collaboration diagram for ilCloudPluginConfigGUI:
 Collaboration diagram for ilCloudPluginConfigGUI:| 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().
 Here is the call graph for this function:
 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:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCloudPluginConfigGUI::getValues | ( | ) | 
Definition at line 93 of file class.ilCloudPluginConfigGUI.php.
References fields.
Referenced by configure().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCloudPluginConfigGUI::initConfigurationForm | ( | ) | 
Definition at line 115 of file class.ilCloudPluginConfigGUI.php.
References $ilCtrl, $lng, and fields.
Referenced by configure(), and save().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCloudPluginConfigGUI::save | ( | ) | 
Definition at line 147 of file class.ilCloudPluginConfigGUI.php.
References $ilCtrl, $tpl, fields, and initConfigurationForm().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 36 of file class.ilCloudPluginConfigGUI.php.
| 
 | protected | 
Definition at line 31 of file class.ilCloudPluginConfigGUI.php.
Referenced by getObject().