ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
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 = 'crs_context_tutor_manual' |
Static Protected Attributes | |
static | $periodInfoByObjIdCache = [] |
Private Member Functions | |
getCachedPeriodByObjId (int $objId) | |
Additional Inherited Members | |
![]() | |
initLanguage (ilObjUser $user) | |
initLanguageByIso2Code (string $isoCode) | |
![]() | |
$language | |
$envHelper | |
$languageHelper | |
$userHelper | |
$orgUnitUserService | |
Definition at line 10 of file class.ilCourseMailTemplateTutorContext.php.
|
private |
int | $objId |
Definition at line 134 of file class.ilCourseMailTemplateTutorContext.php.
References $DIC, $objId, ilLink\_getLink(), ilLearningProgress\_getProgress(), ilLearningProgressBaseGUI\_getStatusText(), ilLPMarks\_lookupMark(), ilLPStatus\_lookupStatus(), ilObjUserTracking\EXTENDED_DATA_LAST_ACCESS, ilObjUserTracking\EXTENDED_DATA_SPENT_SECONDS, ilDatePresentation\formatDate(), ilMailTemplateContext\getLanguage(), IL_CAL_UNIX, ilObjCourseAccess\lookupPeriodInfo(), ilLPStatus\LP_STATUS_NOT_ATTEMPTED_NUM, ilMailTemplateContext\resolveSpecificPlaceholder(), ilDatePresentation\secondsToString(), ilDatePresentation\setUseRelativeDates(), and ilDatePresentation\useRelativeDates().
ilCourseMailTemplateTutorContext::getDescription | ( | ) |
Definition at line 42 of file class.ilCourseMailTemplateTutorContext.php.
References $DIC, $lng, ilObjUserTracking\EXTENDED_DATA_LAST_ACCESS, ilObjUserTracking\EXTENDED_DATA_SPENT_SECONDS, and ilMailTemplateContext\getSpecificPlaceholders().
ilCourseMailTemplateTutorContext::getId | ( | ) |
Definition at line 20 of file class.ilCourseMailTemplateTutorContext.php.
ilCourseMailTemplateTutorContext::getTitle | ( | ) |
|
staticprotected |
Definition at line 15 of file class.ilCourseMailTemplateTutorContext.php.
const ilCourseMailTemplateTutorContext::ID = 'crs_context_tutor_manual' |
Definition at line 12 of file class.ilCourseMailTemplateTutorContext.php.
Referenced by ilMailMemberSearchGUI\generateContextArray(), ilCourseMembershipGUI\getMailContextOptions(), and ilCourseLP\getMailTemplateId().