ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilCloudPluginGUI. More...
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().
ilCloudPluginGUI::getPluginHookObject | ( | ) |
Definition at line 43 of file class.ilCloudPluginGUI.php.
References getPluginObject().
Referenced by txt().
ilCloudPluginGUI::getPluginObject | ( | ) |
Definition at line 35 of file class.ilCloudPluginGUI.php.
Referenced by getAdminConfigObject(), ilCloudPluginFileTreeGUI\getLocatorHtml(), and getPluginHookObject().
ilCloudPluginGUI::getService | ( | ) |
Definition at line 56 of file class.ilCloudPluginGUI.php.
References $service.
Referenced by ilCloudPluginInitGUI\addToolbar(), ilCloudPluginFileTreeGUI\getItemHtml(), and ilCloudPluginSettingsGUI\updateSettings().
ilCloudPluginGUI::txt | ( | $var = "" | ) |
string | $var |
Definition at line 64 of file class.ilCloudPluginGUI.php.
References getPluginHookObject().
|
protected |
Definition at line 21 of file class.ilCloudPluginGUI.php.
Referenced by getService().