1 | <?php |
||
19 | class RuleInterceptor extends BaseInterceptor |
||
20 | { |
||
21 | /** |
||
22 | * @param mixed $result |
||
23 | * @return bool |
||
24 | */ |
||
25 | public function match($result): bool |
||
29 | |||
30 | /** |
||
31 | * @param Readable $file |
||
32 | * @param RuleInterface $node |
||
33 | * @return mixed |
||
34 | * @throws \Railt\Io\Exception\ExternalFileException |
||
35 | */ |
||
36 | public function apply(Readable $file, $node) |
||
40 | } |
||
41 |