1 | <?php |
||
14 | final class AddPathPlugin implements Plugin |
||
15 | { |
||
16 | /** |
||
17 | * @var UriInterface |
||
18 | */ |
||
19 | private $uri; |
||
20 | |||
21 | /** |
||
22 | * @param UriInterface $uri |
||
23 | */ |
||
24 | public function __construct(UriInterface $uri) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function handleRequest(RequestInterface $request, callable $next, callable $first) |
||
48 | } |
||
49 |