Public Member Functions

ilExternalFeedHandlerGUI Class Reference

Handles user interface for external feeds. More...

Public Member Functions

 ilExternalFeedHandlerGUI ()
executeCommand ()
 execute command

Detailed Description

Handles user interface for external feeds.

Author:
Alex Killing <alex.killing@gmx.de>
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, $ilias, and $lng.

        {
                global $ilCtrl, $lng, $ilAccess, $ilias, $ilNavigationHistory;

                // initialisation stuff
                $this->ctrl =&  $ilCtrl;
                
        }


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