| 1 | <?php |
||
| 17 | class ContextInterceptor implements InterceptorInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param mixed $value |
||
| 21 | * @return bool |
||
| 22 | */ |
||
| 23 | public function match($value): bool |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param ContextInterface $context |
||
| 30 | * @param mixed $value |
||
| 31 | * @return array |
||
| 32 | */ |
||
| 33 | public function resolve(ContextInterface $context, $value): array |
||
| 37 | } |
||
| 38 |