ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilCloudPluginInfoScreenGUI Class Reference

Class ilCloudPluginInitGUI. More...

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

Public Member Functions

 getInfoScreen (ilObjCloudGUI $gui_class)
 show information screen More...
 
 getPluginInfo ()
 To be overriden by plugins to add additional Information. More...
 
- 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

◆ getInfoScreen()

ilCloudPluginInfoScreenGUI::getInfoScreen ( ilObjCloudGUI  $gui_class)

show information screen

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

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

26  {
27  include_once("./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
28  $this->info = new ilInfoScreenGUI($gui_class);
29  $this->info->enablePrivateNotes();
30  $this->info->addMetaDataSections($gui_class->object->getId(), 0, $gui_class->object->getType());
31  $this->getPluginInfo();
32 
33  return $this->info;
34  }
Class ilInfoScreenGUI.
getPluginInfo()
To be overriden by plugins to add additional Information.
+ Here is the call graph for this function:

◆ getPluginInfo()

ilCloudPluginInfoScreenGUI::getPluginInfo ( )

To be overriden by plugins to add additional Information.

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

Referenced by getInfoScreen().

40  {
41  }
+ Here is the caller graph for this function:

Field Documentation

◆ $info

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: