| 1 | <?php |
||
| 14 | class TestDummyController extends AbstractController |
||
| 15 | { |
||
| 16 | |||
| 17 | public function indexAction() |
||
| 21 | |||
| 22 | public function testAction() |
||
| 26 | |||
| 27 | public function genericExceptionAction() |
||
| 31 | |||
| 32 | public function defaultAction() |
||
| 38 | |||
| 39 | public function arrayAction() |
||
| 44 | |||
| 45 | public function otherViewAction() |
||
| 52 | } |
||
| 53 |