|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilCourseMailTemplateMemberContext:
Collaboration diagram for ilCourseMailTemplateMemberContext:Public Member Functions | |
| getId () | |
| getTitle () | |
| getDescription () | |
Public Member Functions inherited from ilMailTemplateContext | |
| __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_member_manual' |
Static Protected Attributes | |
| static | $periodInfoByObjIdCache = [] |
Private Member Functions | |
| getCachedPeriodByObjId (int $objId) | |
Additional Inherited Members | |
Protected Member Functions inherited from ilMailTemplateContext | |
| initLanguage (ilObjUser $user) | |
| initLanguageByIso2Code (string $isoCode) | |
Protected Attributes inherited from ilMailTemplateContext | |
| $language | |
| $envHelper | |
| $languageHelper | |
| $userHelper | |
| $orgUnitUserService | |
Definition at line 12 of file class.ilCourseMailTemplateMemberContext.php.
|
private |
| int | $objId |
Definition at line 100 of file class.ilCourseMailTemplateMemberContext.php.
References $objId, and ilObjCourseAccess\lookupPeriodInfo().
Here is the call graph for this function:| ilCourseMailTemplateMemberContext::getDescription | ( | ) |
Reimplemented from ilMailTemplateContext.
Definition at line 44 of file class.ilCourseMailTemplateMemberContext.php.
| ilCourseMailTemplateMemberContext::getId | ( | ) |
Reimplemented from ilMailTemplateContext.
Definition at line 22 of file class.ilCourseMailTemplateMemberContext.php.
References ID.
| ilCourseMailTemplateMemberContext::getTitle | ( | ) |
Reimplemented from ilMailTemplateContext.
Definition at line 30 of file class.ilCourseMailTemplateMemberContext.php.
|
staticprotected |
Definition at line 17 of file class.ilCourseMailTemplateMemberContext.php.
| const ilCourseMailTemplateMemberContext::ID = 'crs_context_member_manual' |
Definition at line 14 of file class.ilCourseMailTemplateMemberContext.php.
Referenced by ilAppointmentPresentationCourseGUI\collectPropertiesAndActions(), getId(), and ilObjCourseGUI\infoScreen().