ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct () | |
getId () | |
getTitle () | |
getDescription () | |
getSpecificPlaceholders () | |
resolveSpecificPlaceholder (string $placeholder_id, array $context_parameters, ?ilObjUser $recipient=null) | |
![]() | |
__construct (?OrgUnitUserService $orgUnitUserService=null, ?ilMailEnvironmentHelper $envHelper=null, ?ilMailUserHelper $usernameHelper=null, ?ilMailLanguageHelper $languageHelper=null) | |
getLanguage () | |
getId () | |
getTitle () | |
getDescription () | |
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 |
![]() | |
ilLanguage | $language |
ilMailEnvironmentHelper | $envHelper |
ilMailLanguageHelper | $languageHelper |
ilMailUserHelper | $userHelper |
OrgUnitUserService | $orgUnitUserService |
Additional Inherited Members | |
![]() | |
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\GlobalScreen\Provider\__construct(), and ILIAS\Repository\lng().
ilSessionMailTemplateParticipantContext::getDescription | ( | ) |
Definition at line 57 of file class.ilSessionMailTemplateParticipantContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
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().
ilSessionMailTemplateParticipantContext::getTitle | ( | ) |
Definition at line 49 of file class.ilSessionMailTemplateParticipantContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
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().
|
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().