ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilExternalFeedHandlerGUI Class Reference

Handles user interface for external feeds. More...

+ Collaboration diagram for ilExternalFeedHandlerGUI:

Public Member Functions

 __construct ()
 
 executeCommand ()
 execute command More...
 

Detailed Description

Handles user interface for external feeds.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

ilExternalFeedHandlerGUI: ilObjExternalFeedGUI

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

Constructor & Destructor Documentation

◆ __construct()

ilExternalFeedHandlerGUI::__construct ( )

Definition at line 37 of file class.ilExternalFeedHandlerGUI.php.

References $ilCtrl, and $lng.

38  {
39  global $ilCtrl, $lng, $ilAccess, $ilias, $ilNavigationHistory;
40 
41  // initialisation stuff
42  $this->ctrl = $ilCtrl;
43 
44  }
global $ilCtrl
Definition: ilias.php:18
global $lng
Definition: privfeed.php:17

Member Function Documentation

◆ executeCommand()

ilExternalFeedHandlerGUI::executeCommand ( )

execute command

Definition at line 49 of file class.ilExternalFeedHandlerGUI.php.

References $_GET, $cmd, $lng, and $tpl.

50  {
51  global $lng, $ilAccess, $tpl;
52 
53  $cmd = $this->ctrl->getCmd();
54  $next_class = $this->ctrl->getNextClass($this);
55  if ($next_class == "")
56  {
57  $this->ctrl->setCmdClass("ilobjexternalfeedgui");
58  $next_class = $this->ctrl->getNextClass($this);
59  }
60 
61  switch ($next_class)
62  {
63  case 'ilobjexternalfeedgui':
64  require_once "./Modules/ExternalFeed/classes/class.ilObjExternalFeedGUI.php";
65  $ef_gui = new ilObjExternalFeedGUI("", (int) $_GET["ref_id"], true, false);
66  $this->ctrl->forwardCommand($mc_gui);
67  break;
68  }
69 
70  $tpl->show();
71  }
$_GET["client_id"]
$cmd
Definition: sahs_server.php:35
global $tpl
Definition: ilias.php:8
global $lng
Definition: privfeed.php:17
Class ilObjExternalFeedGUI.

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