1 | <?php |
||
19 | class FormValidationMiddlewareOption extends AbstractOptionDefinition |
||
20 | { |
||
21 | /** |
||
22 | * @var string |
||
23 | * @validate Romm.ConfigurationObject:ClassExtends(class=Romm\Formz\Validation\Validator\Form\AbstractFormValidator) |
||
24 | * @validate NotEmpty |
||
25 | */ |
||
26 | protected $formValidatorClassName = DefaultFormValidator::class; |
||
27 | |||
28 | /** |
||
29 | * @return string |
||
30 | */ |
||
31 | public function getFormValidatorClassName() |
||
35 | } |
||
36 |