Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class CustomControllerAnnotation extends Annotation implements IMethods |
||
15 | { |
||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public function onInject(array $injectAnnotation) |
||
20 | { |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public function onMethodInject(IAnnotatable $instance, \ReflectionMethod $method, Container $container) |
||
29 | } |
||
30 | } |
||
31 |