* * 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:----BOk9y/Itaf+rlEsa3+IWlBbNc+ArV5DStoSnKJKGiRVldOywFWa58G+BERDwtpmt0AwPXidveaOIeURedlQbUDurSTrbjrubYqxtdxXwR755WkngPJqob7vseTFj/A+02QhIdJT9zQIMHMdn0vu6nuRz6lbj5o+WfBemeWpogMPygnh5TMmZkU24Pne5dqNtZ+sGR28AArLv/dQcaNezF4T0Z/Ehjcj+na5K+jWLZpUDByGw0uJwZQI2vX6pxYk9+QU0Y//Gov53OsfQ+3h+rEvu81BLHYvqb9LJaS+adBCeygxwnPQd2mf53UqNsGK1EK8volQTw6HvqEoofT3JF/BIktE1diR/miwoF1BRDx8Ev1zYxZoP3U2HmgCmRVq3w3BF5XabN7q6Gri53KKo5eLzhlaMLZsLFHHehsN9FJg5gqCZnM80k07Xpisq9jjg3mtbTMnTmkns3JQrC4r70ZlDqKX70WMW7gTQsDVgiiHPeDDYvnhZlLbQia72L4FOn+V+PuIYqOyCInSDYTqhu6Eyp2KQIALYvxnLjL9Ot+WdXjw9aq/5A+V965KxCbZNhfPS97YXO40/bSVSkdVnImSzS3csHid2TDLSWEsyFXepByfU3xGYnzdigTPrcM1h8eOkBGAOHDz5il1SvMD6k7u0bC8KgVNuj+YxDVI3uCc=----ATTACHMENT:----ODgyNDE4NTk1NjI2MjEwMSAzNjcyMzE5NjQ3NDE2MjQwIDgyMzczMzgyMzA4MDQ3NDk=