|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilSurveyMailTemplateReminderContext:
Collaboration diagram for ilSurveyMailTemplateReminderContext:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| getId () | |
| getTitle () | |
| getDescription () | |
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 = 'svy_context_rmd' |
Protected Attributes | |
| $lng | |
| $obj_data_cache | |
Protected Attributes inherited from ilMailTemplateContext | |
| $language | |
Additional Inherited Members | |
Protected Member Functions inherited from ilMailTemplateContext | |
| initLanguage (ilObjUser $user) | |
| initLanguageByIso2Code ($a_code) | |
| Init language by ISO2 code. More... | |
Definition at line 12 of file class.ilSurveyMailTemplateReminderContext.php.
| ilSurveyMailTemplateReminderContext::__construct | ( | ) |
Constructor.
Definition at line 28 of file class.ilSurveyMailTemplateReminderContext.php.
References $DIC.
| ilSurveyMailTemplateReminderContext::getDescription | ( | ) |
Reimplemented from ilMailTemplateContext.
Definition at line 63 of file class.ilSurveyMailTemplateReminderContext.php.
References $lng.
| ilSurveyMailTemplateReminderContext::getId | ( | ) |
Reimplemented from ilMailTemplateContext.
Definition at line 43 of file class.ilSurveyMailTemplateReminderContext.php.
References ID.
| ilSurveyMailTemplateReminderContext::getTitle | ( | ) |
Reimplemented from ilMailTemplateContext.
Definition at line 51 of file class.ilSurveyMailTemplateReminderContext.php.
References $lng.
|
protected |
Definition at line 17 of file class.ilSurveyMailTemplateReminderContext.php.
Referenced by getDescription(), and getTitle().
|
protected |
Definition at line 22 of file class.ilSurveyMailTemplateReminderContext.php.
| const ilSurveyMailTemplateReminderContext::ID = 'svy_context_rmd' |
Definition at line 38 of file class.ilSurveyMailTemplateReminderContext.php.
Referenced by getId(), and ilObjSurvey\sentReminderPlaceholders().