ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
TemplateEngineInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Mail\TemplateEngine
;
22
28
interface
TemplateEngineInterface
29
{
56
public
function
render
(
string
$template, array|
object
$context): string;
57
}
ILIAS\Mail\TemplateEngine\TemplateEngineInterface
Interface for template engine functionality used in Mail and related components.
Definition:
TemplateEngineInterface.php:29
ILIAS\Mail\TemplateEngine\TemplateEngineInterface\render
render(string $template, array|object $context)
Renders a template string with the given context.
ILIAS\Mail\TemplateEngine
Definition:
MailTemplateContextAdapter.php:21
components
ILIAS
Mail
src
TemplateEngine
TemplateEngineInterface.php
Generated on Sun Apr 5 2026 23:03:23 for ILIAS by
1.9.4 (using
Doxyfile
)