-
createException(variable $value, variable $message, variable $code, variable $propertyPath, array $constraints) : void
-
-
-
-
-
-
-
-
-
range(variable $value, int $minValue, int $maxValue, variable $message, variable $propertyPath) : bool
-
minLength(variable $value, int $minLength, variable $message, variable $propertyPath, string $encodeing) : bool | null
-
maxLength(variable $value, int $maxLength, variable $message, variable $propertyPath, string $encodeing) : bool | null
-
betweenLength(variable $value, int $minLength, int $maxLength, variable $message, variable $propertyPath, string $encodeing) : bool | null
-
-
-
contains(variable $value, variable $needle, variable $message, variable $propertyPath, string $encodeing) : bool | null
-
notContains(variable $value, variable $needle, variable $message, variable $propertyPath, string $encodeing) : bool | null
-
-
-
-
-
-
-
-
-
-
-
-
protected static function createException(variable $value, variable $message, variable $code, variable $propertyPath, array $constraints)
-
public static function eq(variable $value1, variable $value2, variable $message, variable $propertyPath)
-
public static function notEq(variable $value1, variable $value2, variable $message, variable $propertyPath)
-
public static function same(variable $value1, variable $value2, variable $message, variable $propertyPath)
-
public static function notEmpty(variable $value, variable $message, variable $propertyPath)
-
public static function notNull(variable $value, variable $message, variable $propertyPath)
-
public static function notBlank(variable $value, variable $message, variable $propertyPath)
-
public static function integer(variable $value, variable $message, variable $propertyPath)
-
public static function numeric(variable $value, variable $message, variable $propertyPath)
-
public static function range(variable $value, int $minValue, int $maxValue, variable $message, variable $propertyPath)
-
public static function minLength(variable $value, int $minLength, variable $message, variable $propertyPath, string $encodeing)
-
public static function maxLength(variable $value, int $maxLength, variable $message, variable $propertyPath, string $encodeing)
-
public static function betweenLength(variable $value, int $minLength, int $maxLength, variable $message, variable $propertyPath, string $encodeing)
-
public static function min(variable $value, int $minValue, variable $message, variable $propertyPath)
-
public static function max(variable $value, int $maxValue, variable $message, variable $propertyPath)
-
public static function contains(variable $value, variable $needle, variable $message, variable $propertyPath, string $encodeing)
-
public static function notContains(variable $value, variable $needle, variable $message, variable $propertyPath, string $encodeing)
-
public static function inArray(variable $value, array $choices, variable $message, variable $propertyPath)
-
public static function keyExists(variable $value, variable $key, variable $message, variable $propertyPath)
-
public static function isResource(variable $value, variable $message, variable $propertyPath)
-
public static function isString(variable $value, variable $message, variable $propertyPath)
-
public static function isArray(variable $value, variable $message, variable $propertyPath)
-
public static function isTraversable(variable $value, variable $message, string $propertyPath)
-
public static function isArrayAccessible(variable $value, variable $message, string $propertyPath)
-
public static function isCountable(variable $value, variable $message, string $propertyPath)
-
public static function isInstanceOf(object $value, variable $classNames, variable $message, variable $propertyPath)
-
public static function isJsonString(variable $value, variable $message, variable $propertyPath, variable $obj)
-
private static function stringify(variable $value)