| 1 | <?php |
||
| 12 | class DevelopmentController implements ContainerInjectableInterface |
||
| 13 | { |
||
| 14 | use ContainerInjectableTrait; |
||
| 15 | |||
| 16 | |||
| 17 | |||
| 18 | /** |
||
| 19 | * Render views that are supported. |
||
| 20 | * |
||
| 21 | * @throws Anax\Route\Exception\NotFoundException when route is not found. |
||
| 22 | |||
| 23 | * @return object as the response. |
||
| 24 | */ |
||
| 25 | public function catchAll() : object |
||
| 55 | } |
||
| 56 |