Total Complexity | 5 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | final class AspectBind implements AcceptInterface |
||
13 | { |
||
14 | /** @var AopBind */ |
||
15 | private $bind; |
||
16 | |||
17 | public function __construct(AopBind $bind) |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * Instantiate interceptors |
||
24 | * |
||
25 | * @return array<string, array<MethodInterceptor>> |
||
26 | */ |
||
27 | public function inject(Container $container): array |
||
45 | } |
||
46 | |||
47 | /** @inheritDoc */ |
||
48 | public function accept(VisitorInterface $visitor) |
||
53 |