| 1 | <?php |
||
| 14 | class TestDummyController extends AbstractController |
||
| 15 | { |
||
| 16 | |||
| 17 | public function indexAction() |
||
| 20 | |||
| 21 | public function testAction() |
||
| 25 | |||
| 26 | public function genericExceptionAction() |
||
| 30 | |||
| 31 | public function defaultAction() |
||
| 37 | |||
| 38 | public function arrayAction() |
||
| 43 | |||
| 44 | public function otherViewAction() |
||
| 51 | } |
||
| 52 |