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