Handles user interface for external feeds.
More...
◆ __construct()
ilExternalFeedHandlerGUI::__construct |
( |
| ) |
|
Definition at line 57 of file class.ilExternalFeedHandlerGUI.php.
References $DIC.
61 $this->lng = $DIC->language();
62 $this->access = $DIC->access();
63 $this->tpl = $DIC[
"tpl"];
64 $ilCtrl = $DIC->ctrl();
67 $this->ctrl = $ilCtrl;
◆ executeCommand()
ilExternalFeedHandlerGUI::executeCommand |
( |
| ) |
|
execute command
Definition at line 73 of file class.ilExternalFeedHandlerGUI.php.
References $_GET, $access, $lng, and $tpl.
79 $cmd = $this->ctrl->getCmd();
80 $next_class = $this->ctrl->getNextClass($this);
81 if ($next_class ==
"") {
82 $this->ctrl->setCmdClass(
"ilobjexternalfeedgui");
83 $next_class = $this->ctrl->getNextClass($this);
86 switch ($next_class) {
87 case 'ilobjexternalfeedgui':
88 require_once
"./Modules/ExternalFeed/classes/class.ilObjExternalFeedGUI.php";
90 $this->ctrl->forwardCommand($mc_gui);
94 $tpl->printToStdout();
Class ilObjExternalFeedGUI.
◆ $access
ilExternalFeedHandlerGUI::$access |
|
protected |
◆ $ctrl
ilExternalFeedHandlerGUI::$ctrl |
|
protected |
◆ $lng
ilExternalFeedHandlerGUI::$lng |
|
protected |
◆ $tpl
ilExternalFeedHandlerGUI::$tpl |
|
protected |
The documentation for this class was generated from the following file: