3 declare(strict_types=0);
27 public const ID =
'crs_context_member_manual';
56 return $lng->
txt(
'crs_mail_context_member_title');
67 return $lng->
txt(
'crs_mail_context_member_info');
81 $placeholders = array();
83 $placeholders[
'crs_title'] = array(
84 'placeholder' =>
'COURSE_TITLE',
85 'label' => $lng->
txt(
'crs_title')
88 $placeholders[
'crs_period_start'] = array(
89 'placeholder' =>
'COURSE_PERIOD_START',
90 'label' => $lng->
txt(
'crs_period_start_mail_placeholder')
93 $placeholders[
'crs_period_end'] = array(
94 'placeholder' =>
'COURSE_PERIOD_END',
95 'label' => $lng->
txt(
'crs_period_end_mail_placeholder')
98 $placeholders[
'crs_link'] = array(
99 'placeholder' =>
'COURSE_LINK',
100 'label' => $lng->
txt(
'crs_mail_permanent_link')
103 return $placeholders;
108 if (!array_key_exists($objId, self::$periodInfoByObjIdCache)) {
112 return self::$periodInfoByObjIdCache[
$objId];
119 string $placeholder_id,
120 array $context_parameters,
122 bool $html_markup =
false 129 $ilObjDataCache = $DIC[
'ilObjDataCache'];
131 if (
'crs_title' == $placeholder_id) {
132 return $ilObjDataCache->lookupTitle($ilObjDataCache->lookupObjId((
int) $context_parameters[
'ref_id']));
134 if (
'crs_link' == $placeholder_id) {
136 } elseif (
'crs_period_start' == $placeholder_id) {
137 $periodInfo = $this->
getCachedPeriodByObjId((
int) $ilObjDataCache->lookupObjId((
int) $context_parameters[
'ref_id']));
144 return $formattedDate;
148 } elseif (
'crs_period_end' == $placeholder_id) {
149 $periodInfo = $this->
getCachedPeriodByObjId((
int) $ilObjDataCache->lookupObjId((
int) $context_parameters[
'ref_id']));
156 return $formattedDate;
OrgUnitUserService $orgUnitUserService
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
resolveSpecificPlaceholder(string $placeholder_id, array $context_parameters, ilObjUser $recipient=null, bool $html_markup=false)
getSpecificPlaceholders()
static array $periodInfoByObjIdCache
loadLanguageModule(string $a_module)
Load language module.
Class ilMailEnvironmentHelper.
ilMailLanguageHelper $languageHelper
static useRelativeDates()
getCachedPeriodByObjId(int $objId)
Class ilMailLanguageHelper.
Class ilMailTemplateContext.
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
__construct(\OrgUnit\PublicApi\OrgUnitUserService $orgUnitUserService=null, ilMailEnvironmentHelper $envHelper=null, ilMailUserHelper $usernameHelper=null, ilMailLanguageHelper $languageHelper=null)
static lookupPeriodInfo(int $a_obj_id)
__construct(Container $dic, ilPlugin $plugin)
ilMailEnvironmentHelper $envHelper
static setUseRelativeDates(bool $a_status)
set use relative dates