ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilExternalFeedHandlerGUI Class Reference

Handles user interface for external feeds. More...

+ Collaboration diagram for ilExternalFeedHandlerGUI:

Public Member Functions

 ilExternalFeedHandlerGUI ()
executeCommand ()
 execute command

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.

Member Function Documentation

& ilExternalFeedHandlerGUI::executeCommand ( )

execute command

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

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

{
global $lng, $ilAccess, $tpl;
$cmd = $this->ctrl->getCmd();
$next_class = $this->ctrl->getNextClass($this);
if ($next_class == "")
{
$this->ctrl->setCmdClass("ilobjexternalfeedgui");
$next_class = $this->ctrl->getNextClass($this);
}
switch ($next_class)
{
case 'ilobjexternalfeedgui':
require_once "./Modules/ExternalFeed/classes/class.ilObjExternalFeedGUI.php";
$ef_gui =& new ilObjExternalFeedGUI("", (int) $_GET["ref_id"], true, false);
$this->ctrl->forwardCommand($mc_gui);
break;
}
$tpl->show();
}
ilExternalFeedHandlerGUI::ilExternalFeedHandlerGUI ( )

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

References $ilCtrl, and $lng.

{
global $ilCtrl, $lng, $ilAccess, $ilias, $ilNavigationHistory;
// initialisation stuff
$this->ctrl =& $ilCtrl;
}

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