1 | <?php |
||
24 | class BaseController extends BaseCoreController |
||
25 | { |
||
26 | /** |
||
27 | * render. |
||
28 | * |
||
29 | * ** Overrided to add default sonata's twig parameters |
||
30 | * |
||
31 | * @param string $view |
||
32 | * @param array $parameters |
||
33 | * @param Response|null $response |
||
34 | * |
||
35 | * @return Response |
||
36 | */ |
||
37 | public function render($view, array $parameters = array(), Response $response = null) |
||
59 | } |
||
60 |