61 $this->lng =
$DIC->language();
62 $this->access =
$DIC->access();
63 $this->tpl =
$DIC[
"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();
An exception for terminatinating execution or to throw for unit testing.
Handles user interface for external feeds.
executeCommand()
execute command
Class ilObjExternalFeedGUI.