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

Class ilCloudPluginInitGUI. More...

+ Inheritance diagram for ilCloudPluginInfoScreenGUI:
+ Collaboration diagram for ilCloudPluginInfoScreenGUI:

Public Member Functions

 getInfoScreen (ilObjCloudGUI $gui_class)
 show information screen
 getPluginInfo ()
 To be overriden by plugins to add additional Information.
- Public Member Functions inherited from ilCloudPluginGUI
 __construct ($plugin_service_class)
 getPluginObject ()
 getPluginHookObject ()
 getAdminConfigObject ()
 getService ()
 txt ($var="")
 executeCommand ()

Data Fields

 $info = null

Additional Inherited Members

- Protected Attributes inherited from ilCloudPluginGUI
 $service = null

Detailed Description

Class ilCloudPluginInitGUI.

GUI Class to display Information.

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.ilCloudPluginInfoScreenGUI.php.

Member Function Documentation

ilCloudPluginInfoScreenGUI::getInfoScreen ( ilObjCloudGUI  $gui_class)

show information screen

Definition at line 25 of file class.ilCloudPluginInfoScreenGUI.php.

References $info, getPluginInfo(), and ilObjCloudGUI\getType().

{
include_once("./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
$this->info = new ilInfoScreenGUI($gui_class);
$this->info->enablePrivateNotes();
$this->info->addMetaDataSections($gui_class->object->getId(), 0, $gui_class->object->getType());
$this->getPluginInfo();
return $this->info;
}

+ Here is the call graph for this function:

ilCloudPluginInfoScreenGUI::getPluginInfo ( )

To be overriden by plugins to add additional Information.

Definition at line 39 of file class.ilCloudPluginInfoScreenGUI.php.

Referenced by getInfoScreen().

{
}

+ Here is the caller graph for this function:

Field Documentation

ilCloudPluginInfoScreenGUI::$info = null

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

Referenced by getInfoScreen().


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