ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct () | |
getId () | |
getTitle () | |
getDescription () | |
getSpecificPlaceholders () | |
resolveSpecificPlaceholder (string $placeholder_id, array $context_parameters, ?ilObjUser $recipient=null, bool $html_markup=false) | |
![]() | |
__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, bool $html_markup=false) | |
resolvePlaceholder (string $placeholder_id, array $context_parameters, ilObjUser $recipient=null, bool $html_markup=false) | |
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 28 of file class.ilSessionMailTemplateParticipantContext.php.
ilSessionMailTemplateParticipantContext::__construct | ( | ) |
Definition at line 35 of file class.ilSessionMailTemplateParticipantContext.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\lng().
ilSessionMailTemplateParticipantContext::getDescription | ( | ) |
Definition at line 58 of file class.ilSessionMailTemplateParticipantContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
ilSessionMailTemplateParticipantContext::getId | ( | ) |
Definition at line 45 of file class.ilSessionMailTemplateParticipantContext.php.
ilSessionMailTemplateParticipantContext::getSpecificPlaceholders | ( | ) |
Definition at line 66 of file class.ilSessionMailTemplateParticipantContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
ilSessionMailTemplateParticipantContext::getTitle | ( | ) |
Definition at line 50 of file class.ilSessionMailTemplateParticipantContext.php.
References $lng, ilLanguage\loadLanguageModule(), and ilLanguage\txt().
ilSessionMailTemplateParticipantContext::resolveSpecificPlaceholder | ( | string | $placeholder_id, |
array | $context_parameters, | ||
?ilObjUser | $recipient = null , |
||
bool | $html_markup = false |
||
) |
Definition at line 97 of file class.ilSessionMailTemplateParticipantContext.php.
References $obj_data_cache, ilSessionAppointment\_appointmentToString(), ilSessionAppointment\_lookupAppointment(), ilObjectDataCache\lookupObjId(), and ilObjSession\lookupSession().
|
protected |
Definition at line 30 of file class.ilSessionMailTemplateParticipantContext.php.
Referenced by getDescription(), getSpecificPlaceholders(), and getTitle().
|
protected |
Definition at line 31 of file class.ilSessionMailTemplateParticipantContext.php.
Referenced by resolveSpecificPlaceholder().
const ilSessionMailTemplateParticipantContext::ID = 'sess_context_participant_manual' |
Definition at line 33 of file class.ilSessionMailTemplateParticipantContext.php.
Referenced by ilMailMemberSearchGUI\generateContextArray(), and ilSessionMembershipGUI\getMailContextOptions().