◆ createNewTemplate()
ilMailTemplateServiceInterface::createNewTemplate |
( |
string |
$contextId, |
|
|
string |
$title, |
|
|
string |
$subject, |
|
|
string |
$message, |
|
|
string |
$language |
|
) |
| |
◆ deleteTemplatesByIds()
ilMailTemplateServiceInterface::deleteTemplatesByIds |
( |
array |
$templateIds | ) |
|
◆ listAllTemplatesAsArray()
ilMailTemplateServiceInterface::listAllTemplatesAsArray |
( |
| ) |
|
◆ loadTemplateForId()
ilMailTemplateServiceInterface::loadTemplateForId |
( |
int |
$templateId | ) |
|
◆ loadTemplatesForContextId()
ilMailTemplateServiceInterface::loadTemplatesForContextId |
( |
string |
$contextId | ) |
|
◆ modifyExistingTemplate()
ilMailTemplateServiceInterface::modifyExistingTemplate |
( |
int |
$templateId, |
|
|
string |
$contextId, |
|
|
string |
$title, |
|
|
string |
$subject, |
|
|
string |
$message, |
|
|
string |
$language |
|
) |
| |
- Exceptions
-
TemplateSubjectSyntaxException|TemplateMessageSyntaxException | |
Implemented in ilMailTemplateService.
◆ setAsContextDefault()
ilMailTemplateServiceInterface::setAsContextDefault |
( |
ilMailTemplate |
$template | ) |
|
◆ unsetAsContextDefault()
ilMailTemplateServiceInterface::unsetAsContextDefault |
( |
ilMailTemplate |
$template | ) |
|
The documentation for this interface was generated from the following file: