|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilMailTemplateService:
Collaboration diagram for ilMailTemplateService:Public Member Functions | |
| __construct (protected ilMailTemplateRepository $repository, protected ilMustacheFactory $mustacheFactory) | |
| createNewTemplate (string $contextId, string $title, string $subject, string $message, string $language) | |
| modifyExistingTemplate (int $templateId, string $contextId, string $title, string $subject, string $message, string $language) | |
| loadTemplateForId (int $templateId) | |
| loadTemplatesForContextId (string $contextId) | |
| deleteTemplatesByIds (array $templateIds) | |
| listAllTemplatesAsArray () | |
| unsetAsContextDefault (ilMailTemplate $template) | |
| setAsContextDefault (ilMailTemplate $template) | |
Definition at line 24 of file class.ilMailTemplateService.php.
| ilMailTemplateService::__construct | ( | protected ilMailTemplateRepository | $repository, |
| protected ilMustacheFactory | $mustacheFactory | ||
| ) |
Definition at line 26 of file class.ilMailTemplateService.php.
| ilMailTemplateService::createNewTemplate | ( | string | $contextId, |
| string | $title, | ||
| string | $subject, | ||
| string | $message, | ||
| string | $language | ||
| ) |
Implements ilMailTemplateServiceInterface.
Definition at line 32 of file class.ilMailTemplateService.php.
References ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ilMailTemplateService::deleteTemplatesByIds | ( | array | $templateIds | ) |
| list<int> | $templateIds |
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 | $templateId | ) |
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 | $contextId | ) |
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 | $templateId, |
| string | $contextId, | ||
| string | $title, | ||
| string | $subject, | ||
| string | $message, | ||
| string | $language | ||
| ) |
| TemplateSubjectSyntaxException|TemplateMessageSyntaxException |
Implements ilMailTemplateServiceInterface.
Definition at line 63 of file class.ilMailTemplateService.php.
References ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ilMailTemplateService::setAsContextDefault | ( | ilMailTemplate | $template | ) |
Implements ilMailTemplateServiceInterface.
Definition at line 125 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 118 of file class.ilMailTemplateService.php.
References ILIAS\UI\examples\Deck\repository(), and ilMailTemplate\setAsDefault().
Here is the call graph for this function: