ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
getId () | |
getTitle () | |
getDescription () | |
resolveSpecificPlaceholder (string $placeholder_id, array $context_parameters, ilObjUser $recipient=null, bool $html_markup=false) | |
{} More... | |
![]() | |
__construct (OrgUnitUserService $orgUnitUserService=null, ilMailEnvironmentHelper $envHelper=null, ilMailUserHelper $usernameHelper=null, ilMailLanguageHelper $languageHelper=null) | |
ilMailTemplateContext constructor. More... | |
getLanguage () | |
getId () | |
Returns a unique (in the context of mail template contexts) id. More... | |
getTitle () | |
Returns a translated title (depending on the current language) which is displayed in the user interface. More... | |
getDescription () | |
Returns a translated description (depending on the current language) which is displayed in the user interface. More... | |
getPlaceholders () | |
Return an array of placeholders. More... | |
getSpecificPlaceholders () | |
Return an array of placeholders. More... | |
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' |
Additional Inherited Members | |
![]() | |
initLanguage (ilObjUser $user) | |
initLanguageByIso2Code (string $isoCode) | |
![]() | |
$language | |
$envHelper | |
$languageHelper | |
$userHelper | |
$orgUnitUserService | |
Definition at line 12 of file class.ilSessionMailTemplateParticipantContext.php.
ilSessionMailTemplateParticipantContext::getDescription | ( | ) |
Definition at line 40 of file class.ilSessionMailTemplateParticipantContext.php.
References $DIC, $lng, and ilMailTemplateContext\getSpecificPlaceholders().
ilSessionMailTemplateParticipantContext::getId | ( | ) |
Definition at line 19 of file class.ilSessionMailTemplateParticipantContext.php.
ilSessionMailTemplateParticipantContext::getTitle | ( | ) |
ilSessionMailTemplateParticipantContext::resolveSpecificPlaceholder | ( | string | $placeholder_id, |
array | $context_parameters, | ||
ilObjUser | $recipient = null , |
||
bool | $html_markup = false |
||
) |
{}
Definition at line 95 of file class.ilSessionMailTemplateParticipantContext.php.
References $DIC, ilSessionAppointment\_appointmentToString(), ilSessionAppointment\_lookupAppointment(), and ilObjSession\lookupSession().
const ilSessionMailTemplateParticipantContext::ID = 'sess_context_participant_manual' |
Definition at line 14 of file class.ilSessionMailTemplateParticipantContext.php.
Referenced by ilMailMemberSearchGUI\generateContextArray(), and ilSessionMembershipGUI\getMailContextOptions().