| 1 | <?php |
||
| 7 | class Items implements ContainerInstanceConstraint |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * {@inheritdoc} |
||
| 11 | */ |
||
| 12 | 12 | public static function validate($data, $parameter, SubSchemaValidatorFactory $validatorFactory, $pointer = null) |
|
| 34 | |||
| 35 | /** |
||
| 36 | * @param $parameter |
||
| 37 | * @param $key |
||
| 38 | * |
||
| 39 | * @return mixed |
||
| 40 | */ |
||
| 41 | 10 | protected static function getSchema($parameter, $key) |
|
| 53 | } |
||
| 54 |