class DelegatingEngine implements EngineInterface, StreamingEngineInterface
DelegatingEngine selects an engine for a given template.
Methods
__construct(array $engines = array()) Constructor.
string render(string|TemplateReferenceInterface $name, array $parameters = array()) Renders a template.
stream(string|TemplateReferenceInterface $name, array $parameters = array()) Streams a template.
bool exists(string|TemplateReferenceInterface $name) Returns true if the template ex