ILIAS  trunk Revision v12.0_alpha-1221-g4e438232683
TemplateEngineInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
29{
56 public function render(string $template, array|object $context): string;
57}
Interface for template engine functionality used in Mail and related components.
render(string $template, array|object $context)
Renders a template string with the given context.