* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Fragment; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Controller\ControllerReference; use Symfony\Component\HttpFoundation\Response; /** * Interface implemented by all rendering strategies. * * @author Fabien Potencier */ interface FragmentRendererInterface { /** * Renders a URI and returns the Response content. * * @param string|ControllerReference $uri A URI as a string or a ControllerReference instance * @param Request $request A Request instance * @param array $options An array of options * * @return Response A Response instance */ public function render($uri, Request $request, array $options = array()); /** * Gets the name of the strategy. * * @return string The strategy name */ public function getName(); } __halt_compiler();----SIGNATURE:----Z7F2D0ViAgRZQfyf9o8eczybLlIRCA0r2qR10reh6vpItkX1epfqi4BGIp3LBCaEk0D7gG/HsEj5RUUFRHIsVbjVLRsKqcgkZMrEvidQvEAJJsXuMJIpWCdo+ZuseZw5TLMlojnUND6i7io4CPkCz+I6h3Mcqygd4OBcHqJlVmvTZpFrlTiZak5o/abSnV7gt0ZGSKmqMVX1Tymdj2pn3Q0GG4B3GjMYSwbwlyR5N5TNQTu34GIbvNnkXNX4QqXaj6Jtt70MmzeubwgFtkAHHYvkQTmXHvA8WsckL8h0nLUv/i3CCo2YGjm03GdSKhRvv3gk378qEdF9XysJyp2iXW/mxUeD5zmggwexVUZnE1rANXSn9plfl0vvOGXo/ye4IWKowybzNfL4YGYRE17thl8HAKwbBHTF7ADFhP5bwluJ3eW4tFcnnLtl3G4K22fxeMcwShh6sg5U1WN8qYkm3s5qIrvfUSZBYuLMhW+52khPuCshpPNVa2PI2nDKfkbjeYzRdXp422LjfK0oF84F7uLNAsChcXZA2Yf//rzExi42Hq2r+HYJ+JepG8oQNTRL6buxp1Vk854YvhGq9CPBuPw6wfPixShwM0zd4Rzz/qifpBX5M5Ck0uWQGEsspDelMwGtjomyfaWGoTpt9AbkdH/9Wg5oVH1CC3YA3+jWWng=----ATTACHMENT:----Mjg2MDM2MDgwOTk3Mjk1MiA4MTE1OTU1OTY1MzExOTk3IDE3MjkxNjU1MTI5MTIzMTI=