|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilMailTemplateService:
Collaboration diagram for ilMailTemplateService:Public Member Functions | |
| __construct (protected ilMailTemplateRepository $repository, protected ilMustacheFactory $mustache_factory) | |
| createNewTemplate (string $context_id, string $title, string $subject, string $message, string $language) | |
| modifyExistingTemplate (int $template_id, string $context_id, string $title, string $subject, string $message, string $language) | |
| loadTemplateForId (int $template_id) | |
| loadTemplatesForContextId (string $context_id) | |
| deleteTemplatesByIds (array $template_ids) | |
| listAllTemplatesAsArray () | |
| unsetAsContextDefault (ilMailTemplate $template) | |
| setAsContextDefault (ilMailTemplate $template) | |
| createNewTemplate (string $context_id, string $title, string $subject, string $message, string $language) | |
| modifyExistingTemplate (int $template_id, string $context_id, string $title, string $subject, string $message, string $language) | |
| loadTemplateForId (int $template_id) | |
| loadTemplatesForContextId (string $context_id) | |
| deleteTemplatesByIds (array $template_ids) | |
| listAllTemplatesAsArray () | |
| unsetAsContextDefault (ilMailTemplate $template) | |
| setAsContextDefault (ilMailTemplate $template) | |
Definition at line 24 of file class.ilMailTemplateService.php.
| ilMailTemplateService::__construct | ( | protected ilMailTemplateRepository | $repository, |
| protected ilMustacheFactory | $mustache_factory | ||
| ) |
Definition at line 26 of file class.ilMailTemplateService.php.
| ilMailTemplateService::createNewTemplate | ( | string | $context_id, |
| string | $title, | ||
| string | $subject, | ||
| string | $message, | ||
| string | $language | ||
| ) |
Implements ilMailTemplateServiceInterface.
Definition at line 32 of file class.ilMailTemplateService.php.
| ilMailTemplateService::deleteTemplatesByIds | ( | array | $template_ids | ) |
| list<int> | $template_ids |
Implements ilMailTemplateServiceInterface.
Definition at line 104 of file class.ilMailTemplateService.php.
References ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ilMailTemplateService::listAllTemplatesAsArray | ( | ) |
Implements ilMailTemplateServiceInterface.
Definition at line 109 of file class.ilMailTemplateService.php.
References ILIAS\UI\examples\Deck\repository(), and ilMailTemplate\toArray().
Here is the call graph for this function:| ilMailTemplateService::loadTemplateForId | ( | int | $template_id | ) |
Implements ilMailTemplateServiceInterface.
Definition at line 94 of file class.ilMailTemplateService.php.
References ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ilMailTemplateService::loadTemplatesForContextId | ( | string | $context_id | ) |
Implements ilMailTemplateServiceInterface.
Definition at line 99 of file class.ilMailTemplateService.php.
References ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ilMailTemplateService::modifyExistingTemplate | ( | int | $template_id, |
| string | $context_id, | ||
| string | $title, | ||
| string | $subject, | ||
| string | $message, | ||
| string | $language | ||
| ) |
| TemplateSubjectSyntaxException|TemplateMessageSyntaxException |
Implements ilMailTemplateServiceInterface.
Definition at line 63 of file class.ilMailTemplateService.php.
| ilMailTemplateService::setAsContextDefault | ( | ilMailTemplate | $template | ) |
Implements ilMailTemplateServiceInterface.
Definition at line 123 of file class.ilMailTemplateService.php.
References ilMailTemplate\getContext(), ilMailTemplate\getTplId(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ilMailTemplateService::unsetAsContextDefault | ( | ilMailTemplate | $template | ) |
Implements ilMailTemplateServiceInterface.
Definition at line 116 of file class.ilMailTemplateService.php.
References ILIAS\UI\examples\Deck\repository(), and ilMailTemplate\setAsDefault().
Here is the call graph for this function: