1 | <?php |
||
9 | class SimpleLoader implements LoaderInterface |
||
10 | { |
||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | 6 | public function middleware(string $className, ServerRequestInterface $request): MiddlewareInterface |
|
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | 19 | public function execute(string $className, string $methodName, ServerRequestInterface $request) |
|
32 | } |
||
33 |