1 | <?php |
||
12 | class TestFilter |
||
13 | { |
||
14 | private $params; |
||
15 | |||
16 | /** |
||
17 | * TestFilter constructor. |
||
18 | * |
||
19 | * @param $params |
||
20 | */ |
||
21 | public function __construct($params) |
||
25 | |||
26 | public function __invoke(ServerRequestInterface $request, ResponseInterface $response, callable $next, ContainerInterface $container) |
||
33 | } |
||
34 |