1 | <?php |
||
8 | class IndexController |
||
9 | { |
||
10 | 3 | public function __invoke(ServerRequestInterface $req, array $params, Application $app) |
|
21 | |||
22 | 3 | public function index(ServerRequestInterface $req, array $params, Application $app) |
|
28 | |||
29 | public function about(ServerRequestInterface $req, array $params, Application $app) |
||
35 | } |
||
36 |