1 | <?php |
||
23 | class UniqueItemsConstraint implements Constraint |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | 373 | public function keywords() |
|
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | 357 | public function supports($type) |
|
40 | |||
41 | /** |
||
42 | * {@inheritdoc} |
||
43 | */ |
||
44 | 28 | public function normalize(stdClass $schema, Context $context, Walker $walker) |
|
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | */ |
||
56 | 21 | public function apply($instance, stdClass $schema, Context $context, Walker $walker) |
|
69 | } |
||
70 |