ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |||||||||||||
getId () | |||||||||||||
{Returns a unique (in the context of mail template contexts) id.
| |||||||||||||
getSpecificPlaceholders () | |||||||||||||
{Return an array of placeholders.
| |||||||||||||
resolveSpecificPlaceholder ($placeholder_id, array $context_parameters, ilObjUser $recipient=null, $html_markup=false) | |||||||||||||
{
| |||||||||||||
![]() | |||||||||||||
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) | |||||||||||||
Additional Inherited Members | |
![]() | |
initLanguage (ilObjUser $user) | |
initLanguageByIso2Code ($a_code) | |
Init language by ISO2 code. More... | |
![]() | |
$language | |
Definition at line 10 of file class.ilMailTemplateGenericContext.php.
ilMailTemplateGenericContext::getId | ( | ) |
{Returns a unique (in the context of mail template contexts) id.
Reimplemented from ilMailTemplateContext.
Definition at line 15 of file class.ilMailTemplateGenericContext.php.
ilMailTemplateGenericContext::getSpecificPlaceholders | ( | ) |
{Return an array of placeholders.
Reimplemented from ilMailTemplateContext.
Definition at line 49 of file class.ilMailTemplateGenericContext.php.
ilMailTemplateGenericContext::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 57 of file class.ilMailTemplateGenericContext.php.