* * 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:----N2KfAU+IcbosMsTfK9sWbOHacNlcc07xYuLmJKotUI6niHqH6Qxd+IYfi9YWXFO29LfJ7UMdAS5VCpnlPSDZDLd1Fx7tumzOsis3TJ3VtjQiFMiWY2CrpJ723X5gLFPx8KvpxVmoY8diYxScZHzsZ8pyFlTITPW1Yl8ePc9YuvEP/P/7gQ1YG++4m7TvooLY2nzk05O//TERcUYx8GMcpZre+6TXu6SrvUhMpkRB+Ntspi5ruPB2kYu4KNltYpXpsUmjJQN+IUb4iPA1FubQ+daoRdU4XtMzwgPDbbFJD+ACpO4Mq7yl1wX0vwLe+52vHAerPoLAbKPik5X6dDGkkkadu7MxGf0Mh8ANBYK6DlFwFaBp4wN3nSzhsTWbal/G1KuyXBGgbTqt3vv74wccpZT0iK5t60oa8VQzNCB4Vh1c2NbOuuTI9b3x13PNpgomjS/IuUekxytw3PeJddDl1T+TVKTXizKjsMlKfMiv+KWdIo4rbCMJ49XpmoQ86TwX69svLsQ4MZ5WSe/jyX3SvojBBwYkOEsE55l9JEgeXzqtrjEpTOrhfqf5ihOmqQBNJoqdybNP/lYw/jDZ/xSeYFPMdiDjZPUPFDf7NsOsab0cu/FmeghbHlC8rzJPUi7RUieHqlP7JdwQx3oghi7mapCJpWyrXf1PE70149rht9E=----ATTACHMENT:----Mzg5NzM3NjkwMjk0MzM5MCAxMjU0NDYxOTk1NTgzMzA0IDczNjA4ODk5MDAxNjI5MDE=