Sha256: b51e6798923832ea45e8c8b09f3799f83ae32b71dc26e6631112db2829751204
Contents?: true
Size: 417 Bytes
Versions: 42
Compression:
Stored size: 417 Bytes
Contents
<?php namespace JsonSchema\Constraints\TypeCheck; interface TypeCheckInterface { public static function isObject($value); public static function isArray($value); public static function propertyGet($value, $property); public static function propertySet(&$value, $property, $data); public static function propertyExists($value, $property); public static function propertyCount($value); }
Version data entries
42 entries across 42 versions & 1 rubygems