| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilSessionMailTemplateParticipantContext:
 Collaboration diagram for ilSessionMailTemplateParticipantContext:Public Member Functions | |
| __construct () | |
| getId () | |
| getTitle () | |
| getDescription () | |
| getSpecificPlaceholders () | |
| resolveSpecificPlaceholder (string $placeholder_id, array $context_parameters, ?ilObjUser $recipient=null) | |
  Public Member Functions inherited from ilMailTemplateContext | |
| __construct (OrgUnitUserService $orgUnitUserService=null, ilMailEnvironmentHelper $envHelper=null, ilMailUserHelper $usernameHelper=null, ilMailLanguageHelper $languageHelper=null) | |
| getLanguage () | |
| getId () | |
| getTitle () | |
| getDescription () | |
| getNestedPlaceholders () | |
| getPlaceholders () | |
| getSpecificPlaceholders () | |
| resolveSpecificPlaceholder (string $placeholder_id, array $context_parameters, ilObjUser $recipient=null) | |
| resolvePlaceholder (string $placeholder_id, array $context_parameters, ilObjUser $recipient=null) | |
Data Fields | |
| const | ID = 'sess_context_participant_manual' | 
Protected Attributes | |
| ilLanguage | $lng | 
| ilObjectDataCache | $obj_data_cache | 
  Protected Attributes inherited from ilMailTemplateContext | |
| ilLanguage | $language | 
| ilMailEnvironmentHelper | $envHelper | 
| ilMailLanguageHelper | $languageHelper | 
| ilMailUserHelper | $userHelper | 
| OrgUnitUserService | $orgUnitUserService | 
Additional Inherited Members | |
  Protected Member Functions inherited from ilMailTemplateContext | |
| initLanguage (ilObjUser $user) | |
| initLanguageByIso2Code (string $isoCode) | |
Definition at line 27 of file class.ilSessionMailTemplateParticipantContext.php.
| ilSessionMailTemplateParticipantContext::__construct | ( | ) | 
Definition at line 34 of file class.ilSessionMailTemplateParticipantContext.php.
References $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilSessionMailTemplateParticipantContext::getDescription | ( | ) | 
Definition at line 57 of file class.ilSessionMailTemplateParticipantContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
 Here is the call graph for this function:| ilSessionMailTemplateParticipantContext::getId | ( | ) | 
Definition at line 44 of file class.ilSessionMailTemplateParticipantContext.php.
| ilSessionMailTemplateParticipantContext::getSpecificPlaceholders | ( | ) | 
Definition at line 65 of file class.ilSessionMailTemplateParticipantContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
 Here is the call graph for this function:| ilSessionMailTemplateParticipantContext::getTitle | ( | ) | 
Definition at line 49 of file class.ilSessionMailTemplateParticipantContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
 Here is the call graph for this function:| ilSessionMailTemplateParticipantContext::resolveSpecificPlaceholder | ( | string | $placeholder_id, | 
| array | $context_parameters, | ||
| ?ilObjUser | $recipient = null  | 
        ||
| ) | 
Definition at line 96 of file class.ilSessionMailTemplateParticipantContext.php.
References $obj_data_cache, ilSessionAppointment\_appointmentToString(), ilSessionAppointment\_lookupAppointment(), ilObjectDataCache\lookupObjId(), and ilObjSession\lookupSession().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 29 of file class.ilSessionMailTemplateParticipantContext.php.
Referenced by getDescription(), getSpecificPlaceholders(), and getTitle().
      
  | 
  protected | 
Definition at line 30 of file class.ilSessionMailTemplateParticipantContext.php.
Referenced by resolveSpecificPlaceholder().
| const ilSessionMailTemplateParticipantContext::ID = 'sess_context_participant_manual' | 
Definition at line 32 of file class.ilSessionMailTemplateParticipantContext.php.
Referenced by ilMailMemberSearchGUI\generateContextArray(), and ilSessionMembershipGUI\getMailContextOptions().