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 ilGlobalTemplateInterface\printToStdout().
   64         $next_class = $this->
ctrl->getNextClass($this);
    65         if ((
string) $next_class === 
"") {
    66             $this->
ctrl->setParameterByClass(ilObjMediaCastGUI::class, 
"ref_id", $this->request->getRefId());
    67             $this->
ctrl->redirectByClass(ilObjMediaCastGUI::class, 
"showContent");
    71         if ($ilAccess->checkAccess(
"read", 
"", $this->request->getRefId())) {
    72             $ilNavigationHistory->addItem(
    73                 $this->request->getRefId(),
    74                 "ilias.php?baseClass=ilMediaCastHandlerGUI&cmd=showContent&ref_id=" .
    75                     $this->request->getRefId(),
    80         switch ($next_class) {
    81             case 'ilobjmediacastgui':
    82                 $mc_gui = $this->gui->getObjMediaCastGUI();
    83                 $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: