1 | <?php |
||
6 | class AllConditionsMatcher extends AbstractConditionsMatcher implements ConditionsMatcherInterface |
||
7 | { |
||
8 | /** |
||
9 | * |
||
10 | * {@inheritDoc} |
||
11 | * |
||
12 | * @see \Mcustiel\PowerRoute\Common\Conditions\ConditionsMatcherInterface::conditionsMatches() |
||
13 | */ |
||
14 | 3 | public function matches(array $conditions, ServerRequestInterface $request) |
|
25 | } |
||
26 |