1 | <?php |
||
25 | class ClassValidatorProxy implements ValidatorInterface, ValidatorProxyInterface |
||
26 | { |
||
27 | |||
28 | public function addError($message) |
||
32 | |||
33 | public function getErrors() |
||
37 | |||
38 | public function getValidator() |
||
42 | |||
43 | public function isValid(AnnotatedInterface $model, $attribute) |
||
47 | |||
48 | public function setValidator(ValidatorInterface $validator) |
||
52 | |||
53 | } |
||
54 |