interface StreamingEngineInterface
StreamingEngineInterface provides a method that knows how to stream a template.
Methods
|
stream(mixed $name, array $parameters = array())
Streams a template. |
Details
at line 32
public
stream(mixed $name, array $parameters = array())
Streams a template.
The implementation should output the content directly to the client.