| 1 | <?php |
||
| 16 | class TemplatingController extends Controller |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @Route("/includes", name="templating_includes") |
||
| 20 | */ |
||
| 21 | public function includesAction() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @Route("/includes/with-no-context", name="templating_includes_with_no_context") |
||
| 33 | */ |
||
| 34 | public function includesWithNoContextAction() |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @Route("/for-loop", name="templating_for_loop") |
||
| 46 | */ |
||
| 47 | public function forLoopAction() |
||
| 67 | |||
| 68 | } |