1 | <?php |
||
15 | class GetConfigAction implements MiddlewareInterface |
||
16 | { |
||
17 | /** |
||
18 | * @var ExtractionInterface |
||
19 | */ |
||
20 | private $extraction; |
||
21 | |||
22 | 1 | public function __construct( |
|
27 | |||
28 | /** |
||
29 | * @inheritdoc |
||
30 | */ |
||
31 | 1 | public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface |
|
53 | } |
||
54 |