Handles user interface for media casts auth ilMediaCastHandlerGUI: ilObjMediaCastGUI.
More...
Handles user interface for media casts auth ilMediaCastHandlerGUI: ilObjMediaCastGUI.
Definition at line 26 of file class.ilMediaCastHandlerGUI.php.
◆ __construct()
ilMediaCastHandlerGUI::__construct |
( |
| ) |
|
◆ executeCommand()
ilMediaCastHandlerGUI::executeCommand |
( |
| ) |
|
Definition at line 58 of file class.ilMediaCastHandlerGUI.php.
References $access, $nav_history, $tpl, ILIAS\Repository\ctrl(), and ILIAS\UICore\GlobalTemplate\printToStdout().
64 $next_class = $this->
ctrl->getNextClass($this);
65 if ((
string) $next_class ===
"") {
66 $this->
ctrl->setParameterByClass(ilObjMediaCastGUI::class,
"ref_id", $this->request->getRefId());
68 $this->
ctrl->redirectByClass(ilObjMediaCastGUI::class,
"showContent");
72 if ($ilAccess->checkAccess(
"read",
"", $this->request->getRefId())) {
73 $ilNavigationHistory->addItem(
74 $this->request->getRefId(),
75 "ilias.php?baseClass=ilMediaCastHandlerGUI&cmd=showContent&ref_id=" .
76 $this->request->getRefId(),
81 switch ($next_class) {
82 case 'ilobjmediacastgui':
83 $mc_gui = $this->gui->getObjMediaCastGUI();
84 $this->
ctrl->forwardCommand($mc_gui);
printToStdout(string $part=self::DEFAULT_BLOCK, bool $has_tabs=true, bool $skip_main_menu=false)
◆ $access
◆ $ctrl
ilCtrl ilMediaCastHandlerGUI::$ctrl |
|
protected |
◆ $domain
ILIAS MediaCast InternalDomainService ilMediaCastHandlerGUI::$domain |
|
protected |
◆ $gui
ILIAS MediaCast InternalGUIService ilMediaCastHandlerGUI::$gui |
|
protected |
◆ $lng
◆ $nav_history
◆ $request
◆ $tpl
The documentation for this class was generated from the following file: