ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 14 of file class.ilCloudPluginGUI.php.
ilCloudPluginGUI::__construct | ( | $plugin_service_class | ) |
$service_name | |
$obj_id |
Definition at line 27 of file class.ilCloudPluginGUI.php.
ilCloudPluginGUI::executeCommand | ( | ) |
ilCloudPluginGUI::getAdminConfigObject | ( | ) |
Definition at line 51 of file class.ilCloudPluginGUI.php.
References getPluginObject().
ilCloudPluginGUI::getPluginHookObject | ( | ) |
Definition at line 45 of file class.ilCloudPluginGUI.php.
References getPluginObject().
Referenced by txt().
ilCloudPluginGUI::getPluginObject | ( | ) |
Definition at line 36 of file class.ilCloudPluginGUI.php.
Referenced by getAdminConfigObject(), ilCloudPluginFileTreeGUI\getLocatorHtml(), and getPluginHookObject().
ilCloudPluginGUI::getService | ( | ) |
Definition at line 60 of file class.ilCloudPluginGUI.php.
References $service.
Referenced by ilCloudPluginInitGUI\addToolbar(), ilCloudPluginFileTreeGUI\getItemHtml(), and ilCloudPluginSettingsGUI\updateSettings().
ilCloudPluginGUI::txt | ( | $var = "" | ) |
string | $var |
Definition at line 69 of file class.ilCloudPluginGUI.php.
References getPluginHookObject().
|
protected |
Definition at line 20 of file class.ilCloudPluginGUI.php.
Referenced by getService().