1 | <?php |
||
16 | class EmailRule implements ConstraintMapperInterface |
||
17 | { |
||
18 | const RULE_NAME = 'email'; |
||
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | 3 | public function resolve(Constraint $constraint, FormInterface $form, RuleCollection $collection) |
|
40 | |||
41 | 6 | public function supports(Constraint $constraint, FormInterface $form) |
|
45 | } |
||
46 |