ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Handles survey reminder mail placeholders. More...
Public Member Functions | |
__construct (OrgUnitUserService $orgUnitUserService=null, ilMailEnvironmentHelper $envHelper=null, ilMailUserHelper $usernameHelper=null, ilMailLanguageHelper $languageHelper=null) | |
getId () | |
getTitle () | |
getDescription () | |
![]() | |
__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 = 'svy_context_rmd' |
Protected Attributes | |
$lng | |
$obj_data_cache | |
![]() | |
$language | |
$envHelper | |
$languageHelper | |
$userHelper | |
$orgUnitUserService | |
Additional Inherited Members | |
![]() | |
initLanguage (ilObjUser $user) | |
initLanguageByIso2Code (string $isoCode) | |
Handles survey reminder mail placeholders.
Definition at line 12 of file class.ilSurveyMailTemplateReminderContext.php.
ilSurveyMailTemplateReminderContext::__construct | ( | OrgUnitUserService | $orgUnitUserService = null , |
ilMailEnvironmentHelper | $envHelper = null , |
||
ilMailUserHelper | $usernameHelper = null , |
||
ilMailLanguageHelper | $languageHelper = null |
||
) |
Definition at line 24 of file class.ilSurveyMailTemplateReminderContext.php.
References $DIC, ilMailTemplateContext\$envHelper, ilMailTemplateContext\$languageHelper, ilMailTemplateContext\$orgUnitUserService, and ILIAS\GlobalScreen\Provider\__construct().
ilSurveyMailTemplateReminderContext::getDescription | ( | ) |
Definition at line 70 of file class.ilSurveyMailTemplateReminderContext.php.
References $lng, $obj_data_cache, ilLink\_getLink(), ilMailTemplateContext\getSpecificPlaceholders(), and ilMailTemplateContext\resolveSpecificPlaceholder().
ilSurveyMailTemplateReminderContext::getId | ( | ) |
Definition at line 50 of file class.ilSurveyMailTemplateReminderContext.php.
ilSurveyMailTemplateReminderContext::getTitle | ( | ) |
Definition at line 58 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.
Referenced by getDescription().
const ilSurveyMailTemplateReminderContext::ID = 'svy_context_rmd' |
Definition at line 45 of file class.ilSurveyMailTemplateReminderContext.php.
Referenced by ilObjSurvey\getSurveySkippedValue(), and ilObjSurvey\sentReminderPlaceholders().