1 | <?php |
||
9 | final class MethodMatch |
||
10 | { |
||
11 | /** |
||
12 | * @var AnnotationReader |
||
13 | */ |
||
14 | private $reader; |
||
15 | |||
16 | /** |
||
17 | * @var BindInterface |
||
18 | */ |
||
19 | private $bind; |
||
20 | |||
21 | public function __construct(BindInterface $bind) |
||
26 | |||
27 | /** |
||
28 | * @param \ReflectionClass<object> $class |
||
|
|||
29 | * @param Pointcut[] $pointcuts |
||
30 | */ |
||
31 | public function __invoke(\ReflectionClass $class, \ReflectionMethod $method, array $pointcuts) : void |
||
48 | |||
49 | /** |
||
50 | * @param \ReflectionClass<object> $class |
||
51 | */ |
||
52 | private function annotatedMethodMatchBind(\ReflectionClass $class, \ReflectionMethod $method, Pointcut $pointCut) : void |
||
66 | |||
67 | /** |
||
68 | * @param \ReflectionClass<object> $class |
||
69 | * @param Pointcut[] $pointcuts |
||
70 | * @param object[] $annotations |
||
71 | * |
||
72 | * @return Pointcut[] |
||
73 | */ |
||
74 | private function onionOrderMatch( |
||
91 | } |
||
92 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.