1 | <?php |
||
20 | class MinItemsConstraint extends AbstractCountConstraint |
||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | 378 | public function keywords() |
|
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | 357 | public function supports($type) |
|
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | 12 | public function apply($instance, stdClass $schema, Context $context, Walker $walker) |
|
50 | } |
||
51 |