1 | <?php |
||
29 | class AsyncPointCut extends CommonPointCut implements PointCutable |
||
30 | { |
||
31 | /** @var string */ |
||
32 | protected $annotation = Async::class; |
||
33 | |||
34 | /** |
||
35 | * @param Container $app |
||
36 | * |
||
37 | * @return \Ray\Aop\Pointcut |
||
38 | */ |
||
39 | public function configure(Container $app) |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | protected function withAnnotatedAnyInterceptor(Container $app) |
||
57 | } |
||
58 |