| 1 | <?php |
||
| 23 | final class Validator |
||
| 24 | { |
||
| 25 | private $validator; |
||
| 26 | |||
| 27 | private $context; |
||
| 28 | |||
| 29 | 25 | public function __construct(string $context) |
|
| 37 | |||
| 38 | 19 | public function validate($value, stdClass $schema, JsonPointer $path = null): array |
|
| 44 | |||
| 45 | 13 | public static function serializeErrors(array $errors): string |
|
| 57 | } |
||
| 58 |