1 | <?php |
||
20 | class NipValidator extends ValidatorAbstract |
||
21 | { |
||
22 | /** |
||
23 | * @return ValidatorInterface |
||
24 | */ |
||
25 | public function getBaseValidator() |
||
29 | |||
30 | /** |
||
31 | * @param Constraint $constraint |
||
32 | * @return array |
||
33 | */ |
||
34 | public function getValidationOptions(Constraint $constraint) |
||
38 | |||
39 | /** |
||
40 | * @return string |
||
41 | */ |
||
42 | public function getValidatorConstraintClass() |
||
46 | } |
||
47 |