| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilCloudPluginGUI. More...
 Inheritance diagram for ilCloudPluginGUI:
 Inheritance diagram for ilCloudPluginGUI: Collaboration diagram for ilCloudPluginGUI:
 Collaboration diagram for ilCloudPluginGUI:| Public Member Functions | |
| __construct ($plugin_service_class) | |
| getPluginObject () | |
| getPluginHookObject () | |
| getAdminConfigObject () | |
| getService () | |
| txt ($var="") | |
| executeCommand () | |
| Protected Attributes | |
| $service = null | |
Class ilCloudPluginGUI.
Abstract base class for all GUI classes that can be extended by the plugin.
Definition at line 16 of file class.ilCloudPluginGUI.php.
| ilCloudPluginGUI::__construct | ( | $plugin_service_class | ) | 
| $service_name | |
| $obj_id | 
Reimplemented in ilCloudPluginCreationGUI.
Definition at line 27 of file class.ilCloudPluginGUI.php.
| ilCloudPluginGUI::executeCommand | ( | ) | 
Reimplemented in ilCloudPluginUploadGUI.
Definition at line 69 of file class.ilCloudPluginGUI.php.
| ilCloudPluginGUI::getAdminConfigObject | ( | ) | 
Definition at line 48 of file class.ilCloudPluginGUI.php.
References getPluginObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCloudPluginGUI::getPluginHookObject | ( | ) | 
Definition at line 43 of file class.ilCloudPluginGUI.php.
References getPluginObject().
Referenced by txt().
 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:| ilCloudPluginGUI::getPluginObject | ( | ) | 
Definition at line 35 of file class.ilCloudPluginGUI.php.
Referenced by getAdminConfigObject(), ilCloudPluginFileTreeGUI\getLocatorHtml(), and getPluginHookObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCloudPluginGUI::getService | ( | ) | 
Definition at line 56 of file class.ilCloudPluginGUI.php.
References $service.
Referenced by ilCloudPluginInitGUI\addToolbar(), ilCloudPluginFileTreeGUI\getItemHtml(), and ilCloudPluginSettingsGUI\updateSettings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCloudPluginGUI::txt | ( | $var = "" | ) | 
| string | $var | 
Definition at line 64 of file class.ilCloudPluginGUI.php.
References getPluginHookObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 21 of file class.ilCloudPluginGUI.php.
Referenced by getService().