|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilSessionMailTemplateParticipantContext:
Collaboration diagram for ilSessionMailTemplateParticipantContext:Public Member Functions | |||||||||||||
| getId () | |||||||||||||
| getTitle () | |||||||||||||
| getDescription () | |||||||||||||
| resolveSpecificPlaceholder ($placeholder_id, array $context_parameters, ilObjUser $recipient=null, $html_markup=false) | |||||||||||||
{
| |||||||||||||
Public Member Functions inherited from ilMailTemplateContext | |||||||||||||
| getLanguage () | |||||||||||||
| setLanguage ($language) | |||||||||||||
| 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 ($placeholder_id, array $context_parameters, ilObjUser $recipient=null, $html_markup=false) | |||||||||||||
| resolvePlaceholder ($placeholder_id, array $context_parameters, ilObjUser $recipient=null, $html_markup=false) | |||||||||||||
Data Fields | |
| const | ID = 'sess_context_participant_manual' |
Additional Inherited Members | |
Protected Member Functions inherited from ilMailTemplateContext | |
| initLanguage (ilObjUser $user) | |
| initLanguageByIso2Code ($a_code) | |
| Init language by ISO2 code. More... | |
Protected Attributes inherited from ilMailTemplateContext | |
| $language | |
Definition at line 12 of file class.ilSessionMailTemplateParticipantContext.php.
| ilSessionMailTemplateParticipantContext::getDescription | ( | ) |
Reimplemented from ilMailTemplateContext.
Definition at line 40 of file class.ilSessionMailTemplateParticipantContext.php.
| ilSessionMailTemplateParticipantContext::getId | ( | ) |
Reimplemented from ilMailTemplateContext.
Definition at line 19 of file class.ilSessionMailTemplateParticipantContext.php.
References ID.
| ilSessionMailTemplateParticipantContext::getTitle | ( | ) |
Reimplemented from ilMailTemplateContext.
Definition at line 27 of file class.ilSessionMailTemplateParticipantContext.php.
| ilSessionMailTemplateParticipantContext::resolveSpecificPlaceholder | ( | $placeholder_id, | |
| array | $context_parameters, | ||
| ilObjUser | $recipient = null, |
||
$html_markup = false |
|||
| ) |
{
| string | $placeholder_id | |
| array | $context_parameters | |
| ilObjUser | null | $recipient | |
| bool | $html_markup |
Reimplemented from ilMailTemplateContext.
Definition at line 95 of file class.ilSessionMailTemplateParticipantContext.php.
References $DIC, ilSessionAppointment\_appointmentToString(), ilSessionAppointment\_lookupAppointment(), and ilObjSession\lookupSession().
Here is the call graph for this function:| const ilSessionMailTemplateParticipantContext::ID = 'sess_context_participant_manual' |
Definition at line 14 of file class.ilSessionMailTemplateParticipantContext.php.
Referenced by ilMailMemberSearchGUI\generateContextArray(), getId(), and ilSessionMembershipGUI\getMailContextOptions().