39 $this->
lng = $DIC->language();
40 $this->
access = $DIC->access();
41 $this->tpl =
$DIC[
"tpl"];
42 $this->nav_history =
$DIC[
"ilNavigationHistory"];
43 $ilCtrl =
$DIC->ctrl();
44 $this->request =
$DIC->mediaCast()
50 $this->
ctrl = $ilCtrl;
59 $next_class = $this->
ctrl->getNextClass($this);
60 if ($next_class ==
"") {
61 $this->
ctrl->setCmdClass(
"ilobjmediacastgui");
62 $next_class = $this->
ctrl->getNextClass($this);
66 if ($ilAccess->checkAccess(
"read",
"", $this->request->getRefId())) {
67 $ilNavigationHistory->addItem(
68 $this->request->getRefId(),
69 "ilias.php?baseClass=ilMediaCastHandlerGUI&cmd=showContent&ref_id=" .
70 $this->request->getRefId(),
75 switch ($next_class) {
76 case 'ilobjmediacastgui':
79 $this->request->getRefId(),
83 $this->
ctrl->forwardCommand($mc_gui);
Class ilCtrl provides processing control methods.
Navigation History of Repository Items.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface ilCtrlBaseClassInterface describes ilCtrl base classes.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
printToStdout(string $part=self::DEFAULT_BLOCK, bool $has_tabs=true, bool $skip_main_menu=false)