ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilCloudPluginGUI Class Reference

Class ilCloudPluginGUI. More...

+ Inheritance 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

Detailed Description

Class ilCloudPluginGUI.

Abstract base class for all GUI classes that can be extended by the plugin.

Author
Timon Amstutz timon.nosp@m..ams.nosp@m.tutz@.nosp@m.ilub.nosp@m..unib.nosp@m.e.ch
Version
$Id$

Definition at line 16 of file class.ilCloudPluginGUI.php.

Constructor & Destructor Documentation

ilCloudPluginGUI::__construct (   $plugin_service_class)
Parameters
$service_name
$obj_id

Reimplemented in ilCloudPluginCreationGUI.

Definition at line 27 of file class.ilCloudPluginGUI.php.

{
$this->service = $plugin_service_class;
}

Member Function Documentation

ilCloudPluginGUI::executeCommand ( )

Reimplemented in ilCloudPluginUploadGUI.

Definition at line 69 of file class.ilCloudPluginGUI.php.

References $cmd, and $ilCtrl.

{
global $ilCtrl;
$cmd = $ilCtrl->getCmd();
switch ($cmd)
{
default:
$this->$cmd();
break;
}
}
ilCloudPluginGUI::getAdminConfigObject ( )

Definition at line 48 of file class.ilCloudPluginGUI.php.

References getPluginObject().

{
return $this->getPluginObject()->getAdminConfigObject();
}

+ Here is the call graph for this function:

ilCloudPluginGUI::getPluginHookObject ( )
Returns
ilCloudHookPlugin

Definition at line 43 of file class.ilCloudPluginGUI.php.

References getPluginObject().

Referenced by txt().

{
return $this->getPluginObject()->getPluginHookObject();
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilCloudPluginGUI::getPluginObject ( )
Returns
ilCloudPlugin

Definition at line 35 of file class.ilCloudPluginGUI.php.

Referenced by getAdminConfigObject(), ilCloudPluginFileTreeGUI\getLocatorHtml(), and getPluginHookObject().

{
return $this->service->getPluginObject();
}

+ Here is the caller graph for this function:

ilCloudPluginGUI::getService ( )
Returns
ilCloudPluginService

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:

ilCloudPluginGUI::txt (   $var = "")
Parameters
string$var

Definition at line 64 of file class.ilCloudPluginGUI.php.

References getPluginHookObject().

{
return $this->getPluginHookObject()->txt($var);
}

+ Here is the call graph for this function:

Field Documentation

ilCloudPluginService ilCloudPluginGUI::$service = null
protected

Definition at line 21 of file class.ilCloudPluginGUI.php.

Referenced by getService().


The documentation for this class was generated from the following file: