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