*/ interface ConstraintInterface { /** * returns all collected errors * * @return array */ public function getErrors(); /** * adds errors to this validator * * @param array $errors */ public function addErrors(array $errors); /** * adds an error * * @param JsonPointer|null $path * @param string $message * @param string $constraint the constraint/rule that is broken, e.g.: 'minLength' * @param array $more more array elements to add to the error */ public function addError(JsonPointer $path = null, $message, $constraint = '', array $more = null); /** * checks if the validator has not raised errors * * @return bool */ public function isValid(); /** * invokes the validation of an element * * @abstract * * @param mixed $value * @param mixed $schema * @param JsonPointer|null $path * @param mixed $i * * @throws \JsonSchema\Exception\ExceptionInterface */ public function check(&$value, $schema = null, JsonPointer $path = null, $i = null); } __halt_compiler();----SIGNATURE:----odesNF7fzOtG9KPRKOGcF7JhkEneCPFRl6qni0kUPMr8zuOR87nOJ9ZJjzs4Dno9RqC/4anUZ4Hyc6IcQ/C8uYfRgqN2fdYayu6caX2HnBQWz+Svd0mB/5wttUAx4lFtoM/8K7peiUjdI6wi+r0dDWj0h7R3rwDtaKOyRWJEac+yYUPPYWc70Bo0NrStQpnCC/1gUXY788PFb1Tc3+Woa0HXIS9UDr7dXTD2BgzjYi6S0a6gTtCgZpAY3h+VLnfEcuJq8vKXYdlo0whp9iA7JyHRJcfx68NEl3X+4JXYEdJ+X5zuIHJ5DAfWdONy4QlC9pqRPtLA1YpVeyrmLZTUUqq552kToKiwMRY51VKOH5pO6dOpmRI7G+w/a+sbk8ME1u1ta8AnFXqTYw8055zHBjY7akCahyT2+7b8UCTLsqUJ77F2b3Jonys20AznVN0J7cTyVBYrue8aU9tb8q//vkevGSuBKFdFUvrp8DTv/oTTmvZXrD+ylr8Nnn8m0QAAizMRKbDRVat2V7/ZzL6nWK+mbcnKPd/5/jekE0Xf6rXFozEudnVrGOUI4Ql1NcYOMiYSmL3uSZDSTTeG9ku30NCv28fCU7gxgekdYVOmlVi+JhlJbRZyDludM5T+mVcNfbW7tjxdwFjFXcR/PeH1wSV4PrskHPVvnVXoj6YEC5Q=----ATTACHMENT:----NjE3MjAxODgzNjExMzIzMyA2MjEzMzIxNjYwMzA2NjE4IDg3NTY1NDA1NjA5ODM3ODA=