Namespaces
Symfony\Component\Templating\AssetSymfony\Component\Templating\HelperSymfony\Component\Templating\LoaderSymfony\Component\Templating\Storage
Classes
DelegatingEngine | DelegatingEngine selects an engine for a given template. |
PhpEngine | PhpEngine is an engine able to render PHP templates. |
TemplateNameParser | TemplateNameParser is the default implementation of TemplateNameParserInterface. |
TemplateReference | Internal representation of a template. |
Interfaces
DebuggerInterface | DebuggerInterface is the interface you need to implement to debug template loader instances. |
EngineInterface | EngineInterface is the interface each engine must implement. |
StreamingEngineInterface | StreamingEngineInterface provides a method that knows how to stream a template. |
TemplateNameParserInterface | TemplateNameParserInterface converts template names to TemplateReferenceInterface instances. |
TemplateReferenceInterface | Interface to be implemented by all templates. |
Please login to continue.