◆ collectActionsForTargetUser()
      
        
          | EmployeeTalkUserActionProvider::collectActionsForTargetUser  | 
          ( | 
          int  | 
          $a_target_user | ) | 
           | 
        
      
 
Definition at line 48 of file class.EmployeeTalkUserActionProvider.php.
References hasAccess(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
   54             $jumpToUserTalkList->setType(self::JUMP_TO_USER_TALK_LIST);
    55             $jumpToUserTalkList->setText($this->
language->txt(
'mm_org_etal'));
    56             $jumpToUserTalkList->setHref($this->controlFlow->getLinkTargetByClass([
    57                     strtolower(ilDashboardGUI::class),
    58                     strtolower(ilMyStaffGUI::class),
    59                     strtolower(ilMStShowUserGUI::class),
    60                     strtolower(ilEmployeeTalkMyStaffUserGUI::class),
    61                 ], ControlFlowCommand::INDEX) . 
"&usr_id=$a_target_user");
    63             $actions->addAction($jumpToUserTalkList);
 hasAccess(int $a_target_user)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
 
 
 
◆ getActionTypes()
      
        
          | EmployeeTalkUserActionProvider::getActionTypes  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getComponentId()
      
        
          | EmployeeTalkUserActionProvider::getComponentId  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ hasAccess()
  
  
      
        
          | EmployeeTalkUserActionProvider::hasAccess  | 
          ( | 
          int  | 
          $a_target_user | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ $access
◆ $controlFlow
  
  
      
        
          | ilCtrl EmployeeTalkUserActionProvider::$controlFlow | 
         
       
   | 
  
private   | 
  
 
 
◆ $language
  
  
      
        
          | ilLanguage EmployeeTalkUserActionProvider::$language | 
         
       
   | 
  
private   | 
  
 
 
◆ JUMP_TO_USER_TALK_LIST
      
        
          | const EmployeeTalkUserActionProvider::JUMP_TO_USER_TALK_LIST = 'etal_jump_to_user_talks' | 
        
      
 
 
The documentation for this class was generated from the following file: