ILIAS  trunk Revision v12.0_alpha-1227-g7ff6d300864
ILIAS\Mail\TemplateEngine\TemplateEngineFactoryInterface Interface Reference

Factory interface for creating template engine instances. More...

+ Inheritance diagram for ILIAS\Mail\TemplateEngine\TemplateEngineFactoryInterface:
+ Collaboration diagram for ILIAS\Mail\TemplateEngine\TemplateEngineFactoryInterface:

Public Member Functions

 getBasicEngine ()
 Returns a template engine instance for basic rendering operations. More...
 

Detailed Description

Factory interface for creating template engine instances.

Enables dependency inversion: consumers depend on this interface, not on a concrete implementation like Mustache.

Definition at line 28 of file TemplateEngineFactoryInterface.php.

Member Function Documentation

◆ getBasicEngine()

ILIAS\Mail\TemplateEngine\TemplateEngineFactoryInterface::getBasicEngine ( )

Returns a template engine instance for basic rendering operations.

Implemented in ILIAS\Mail\TemplateEngine\Mustache\MustacheTemplateEngineFactory.


The documentation for this interface was generated from the following file: