* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Templating; /** * StreamingEngineInterface provides a method that knows how to stream a template. * * @author Fabien Potencier */ interface StreamingEngineInterface { /** * Streams a template. * * The implementation should output the content directly to the client. * * @param string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance * @param array $parameters An array of parameters to pass to the template * * @throws \RuntimeException if the template cannot be rendered * @throws \LogicException if the template cannot be streamed */ public function stream($name, array $parameters = array()); } __halt_compiler();----SIGNATURE:----ZwUN4YFBfgaVFpID+r9biKMxNOByO1AzZqqAWHono/fWWaIWmmu7LHr0v2rdf81VqlCZRz6VN9VFzyjZNv9Nx5Cthg3qi5c2EaW60Jp+Y4670oeMD8QYFVpobGpEgRMEDn+5gPfcb6/G2lEYK3qNKr+TbBEk29b3kXKMFe4dBK3lvRq8L2qek/LdVRPTKay6U1f2oVNHO9/Lh0J6RMeqcFawtlpN29aOPM2oeATY4oAWn6C80OPHf9BX+ultMaWuSRUye13Epbu36XbTkaM6csNz5lzfM8NlEwQmujDkuSiZiSvhOUTQ8Whb3p4aBX7O9ETdhkNmwS6XVkGPhp1WKf8AQOKLE3C7Q5T75b5UWeQpl7RUsEmdx1hjEppJtse5NxC424fPTVp7mVFPIQ1tSxt7I/jj6gKpU18C7oABRETOQzcvaHkeWP3vIn93xc+8zy8U0vDjmynmkaSoqMLWc0RHq4eDh92DeXKi9bKkjH+ydp6f2Pwdt2q1LiawDG3vlOjHsXPWU9qfcI9r+c29r9V90NERxbmu0eFh66tdano2jmX/3ZPmmKnEWpusWJRZNixt+FXysvJM2bXXTXb0DACW5hxWDzyXYHFChBP6YnD1BhU30qjlbHJcItcc86WtwNwEm8PH+fuifCyvBs4l7aMzP523QXKQmed/CaM7CRI=----ATTACHMENT:----NDg5Mjg5MjQ0Nzg0ODI4NSAyODUzMjI5NDg0OTQwNDc0IDc0MjY5NzQ2ODk3Njg1NDU=