◆ __construct()
ilMailTemplatePlaceholderResolver::__construct |
( |
protected Mustache_Engine |
$mustache_engine | ) |
|
◆ resolve()
ilMailTemplatePlaceholderResolver::resolve |
( |
ilMailTemplateContext |
$context, |
|
|
string |
$message, |
|
|
?ilObjUser |
$user = null , |
|
|
array |
$context_parameters = [] |
|
) |
| |
- Parameters
-
array<int|string> | $context_parameters |
Definition at line 30 of file class.ilMailTemplatePlaceholderResolver.php.
35 : string {
36 return $this->mustache_engine->render(
40 $context_parameters,
41 $this->mustache_engine,
42 $user
43 )
44 );
45 }
This class forms an interface between the existing ILIAS mail contexts and the requirements of Mustac...
The documentation for this class was generated from the following file: