1 | <?php |
||
32 | class Phossa2RouteMiddleware extends MiddlewareAbstract |
||
33 | { |
||
34 | /** |
||
35 | * @var Dispatcher |
||
36 | * @access protected |
||
37 | */ |
||
38 | protected $dispatcher; |
||
39 | |||
40 | /** |
||
41 | * @param Dispatcher $dispatcher |
||
42 | * @access public |
||
43 | */ |
||
44 | public function __construct(Dispatcher $dispatcher) |
||
48 | |||
49 | /** |
||
50 | * {@inheritDoc} |
||
51 | */ |
||
52 | protected function before( |
||
65 | } |
||
66 |