1 | <?php |
||
18 | class Validator implements ValidatorInterface |
||
19 | { |
||
20 | /** |
||
21 | * @param TransientVarsInterface $transientVars |
||
22 | * @param array $args |
||
23 | * @param PropertySetInterface $ps |
||
24 | * |
||
25 | * @return bool |
||
26 | */ |
||
27 | public function validate(TransientVarsInterface $transientVars, array $args = [], PropertySetInterface $ps) |
||
35 | } |
||
36 |