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