ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilCloudPluginInfoScreenGUI.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4include_once("class.ilCloudPluginGUI.php");
5
17{
18
22 public $info = null;
23
24
28 public function getInfoScreen(ilObjCloudGUI $gui_class)
29 {
30 include_once("./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
31 $this->info = new ilInfoScreenGUI($gui_class);
32 $this->info->enablePrivateNotes();
33 $this->info->addMetaDataSections($gui_class->object->getId(), 0, $gui_class->object->getType());
34 $this->getPluginInfo();
35
36 return $this->info;
37 }
38
39
43 public function getPluginInfo()
44 {
45 }
46}
An exception for terminatinating execution or to throw for unit testing.
Class ilCloudPluginGUI.
getInfoScreen(ilObjCloudGUI $gui_class)
show information screen
getPluginInfo()
To be overriden by plugins to add additional Information.
Class ilInfoScreenGUI.
Class ilObjCloudGUI.
info()
Definition: info.php:2