1 | <?php |
||
24 | class PatternConstraint implements Constraint |
||
25 | { |
||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | 373 | public function keywords() |
|
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | 357 | public function supports($type) |
|
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | 15 | public function normalize(stdClass $schema, Context $context, Walker $walker) |
|
59 | |||
60 | /** |
||
61 | * {@inheritdoc} |
||
62 | */ |
||
63 | 10 | public function apply($instance, stdClass $schema, Context $context, Walker $walker) |
|
69 | } |
||
70 |