ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
TemplateEngineFactoryInterface.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
TemplateEngineFactoryInterface
29
{
33
public
function
getBasicEngine
():
TemplateEngineInterface
;
34
}
ILIAS\Mail\TemplateEngine\TemplateEngineFactoryInterface
Factory interface for creating template engine instances.
Definition:
TemplateEngineFactoryInterface.php:29
ILIAS\Mail\TemplateEngine\TemplateEngineFactoryInterface\getBasicEngine
getBasicEngine()
Returns a template engine instance for basic rendering operations.
ILIAS\Mail\TemplateEngine\TemplateEngineInterface
Interface for template engine functionality used in Mail and related components.
Definition:
TemplateEngineInterface.php:29
ILIAS\Mail\TemplateEngine
Definition:
MailTemplateContextAdapter.php:21
components
ILIAS
Mail
src
TemplateEngine
TemplateEngineFactoryInterface.php
Generated on Sun Apr 5 2026 23:03:23 for ILIAS by
1.9.4 (using
Doxyfile
)