|
file-fetcher
|
Static Public Member Functions | |
| static | nullOrString ($value, $message='') |
| static | allString ($value, $message='') |
| static | nullOrStringNotEmpty ($value, $message='') |
| static | allStringNotEmpty ($value, $message='') |
| static | nullOrInteger ($value, $message='') |
| static | allInteger ($value, $message='') |
| static | nullOrIntegerish ($value, $message='') |
| static | allIntegerish ($value, $message='') |
| static | nullOrFloat ($value, $message='') |
| static | allFloat ($value, $message='') |
| static | nullOrNumeric ($value, $message='') |
| static | allNumeric ($value, $message='') |
| static | nullOrNatural ($value, $message='') |
| static | allNatural ($value, $message='') |
| static | nullOrBoolean ($value, $message='') |
| static | allBoolean ($value, $message='') |
| static | nullOrScalar ($value, $message='') |
| static | allScalar ($value, $message='') |
| static | nullOrObject ($value, $message='') |
| static | allObject ($value, $message='') |
| static | nullOrResource ($value, $type=null, $message='') |
| static | allResource ($value, $type=null, $message='') |
| static | nullOrIsCallable ($value, $message='') |
| static | allIsCallable ($value, $message='') |
| static | nullOrIsArray ($value, $message='') |
| static | allIsArray ($value, $message='') |
| static | nullOrIsTraversable ($value, $message='') |
| static | allIsTraversable ($value, $message='') |
| static | nullOrIsArrayAccessible ($value, $message='') |
| static | allIsArrayAccessible ($value, $message='') |
| static | nullOrIsCountable ($value, $message='') |
| static | allIsCountable ($value, $message='') |
| static | nullOrIsIterable ($value, $message='') |
| static | allIsIterable ($value, $message='') |
| static | nullOrIsInstanceOf ($value, $class, $message='') |
| static | allIsInstanceOf ($value, $class, $message='') |
| static | nullOrNotInstanceOf ($value, $class, $message='') |
| static | allNotInstanceOf ($value, $class, $message='') |
| static | nullOrIsInstanceOfAny ($value, $classes, $message='') |
| static | allIsInstanceOfAny ($value, $classes, $message='') |
| static | nullOrIsAOf ($value, $class, $message='') |
| static | allIsAOf ($value, $class, $message='') |
| static | nullOrIsNotA ($value, $class, $message='') |
| static | allIsNotA ($value, $class, $message='') |
| static | nullOrIsAnyOf ($value, $classes, $message='') |
| static | allIsAnyOf ($value, $classes, $message='') |
| static | nullOrIsEmpty ($value, $message='') |
| static | allIsEmpty ($value, $message='') |
| static | nullOrNotEmpty ($value, $message='') |
| static | allNotEmpty ($value, $message='') |
| static | allNull ($value, $message='') |
| static | allNotNull ($value, $message='') |
| static | nullOrTrue ($value, $message='') |
| static | allTrue ($value, $message='') |
| static | nullOrFalse ($value, $message='') |
| static | allFalse ($value, $message='') |
| static | nullOrNotFalse ($value, $message='') |
| static | allNotFalse ($value, $message='') |
| static | nullOrIp ($value, $message='') |
| static | allIp ($value, $message='') |
| static | nullOrIpv4 ($value, $message='') |
| static | allIpv4 ($value, $message='') |
| static | nullOrIpv6 ($value, $message='') |
| static | allIpv6 ($value, $message='') |
| static | nullOrEmail ($value, $message='') |
| static | allEmail ($value, $message='') |
| static | nullOrUniqueValues ($values, $message='') |
| static | allUniqueValues ($values, $message='') |
| static | nullOrEq ($value, $expect, $message='') |
| static | allEq ($value, $expect, $message='') |
| static | nullOrNotEq ($value, $expect, $message='') |
| static | allNotEq ($value, $expect, $message='') |
| static | nullOrSame ($value, $expect, $message='') |
| static | allSame ($value, $expect, $message='') |
| static | nullOrNotSame ($value, $expect, $message='') |
| static | allNotSame ($value, $expect, $message='') |
| static | nullOrGreaterThan ($value, $limit, $message='') |
| static | allGreaterThan ($value, $limit, $message='') |
| static | nullOrGreaterThanEq ($value, $limit, $message='') |
| static | allGreaterThanEq ($value, $limit, $message='') |
| static | nullOrLessThan ($value, $limit, $message='') |
| static | allLessThan ($value, $limit, $message='') |
| static | nullOrLessThanEq ($value, $limit, $message='') |
| static | allLessThanEq ($value, $limit, $message='') |
| static | nullOrRange ($value, $min, $max, $message='') |
| static | allRange ($value, $min, $max, $message='') |
| static | nullOrOneOf ($value, $values, $message='') |
| static | allOneOf ($value, $values, $message='') |
| static | nullOrInArray ($value, $values, $message='') |
| static | allInArray ($value, $values, $message='') |
| static | nullOrContains ($value, $subString, $message='') |
| static | allContains ($value, $subString, $message='') |
| static | nullOrNotContains ($value, $subString, $message='') |
| static | allNotContains ($value, $subString, $message='') |
| static | nullOrNotWhitespaceOnly ($value, $message='') |
| static | allNotWhitespaceOnly ($value, $message='') |
| static | nullOrStartsWith ($value, $prefix, $message='') |
| static | allStartsWith ($value, $prefix, $message='') |
| static | nullOrNotStartsWith ($value, $prefix, $message='') |
| static | allNotStartsWith ($value, $prefix, $message='') |
| static | nullOrStartsWithLetter ($value, $message='') |
| static | allStartsWithLetter ($value, $message='') |
| static | nullOrEndsWith ($value, $suffix, $message='') |
| static | allEndsWith ($value, $suffix, $message='') |
| static | nullOrNotEndsWith ($value, $suffix, $message='') |
| static | allNotEndsWith ($value, $suffix, $message='') |
| static | nullOrRegex ($value, $pattern, $message='') |
| static | allRegex ($value, $pattern, $message='') |
| static | nullOrNotRegex ($value, $pattern, $message='') |
| static | allNotRegex ($value, $pattern, $message='') |
| static | nullOrUnicodeLetters ($value, $message='') |
| static | allUnicodeLetters ($value, $message='') |
| static | nullOrAlpha ($value, $message='') |
| static | allAlpha ($value, $message='') |
| static | nullOrDigits ($value, $message='') |
| static | allDigits ($value, $message='') |
| static | nullOrAlnum ($value, $message='') |
| static | allAlnum ($value, $message='') |
| static | nullOrLower ($value, $message='') |
| static | allLower ($value, $message='') |
| static | nullOrUpper ($value, $message='') |
| static | allUpper ($value, $message='') |
| static | nullOrLength ($value, $length, $message='') |
| static | allLength ($value, $length, $message='') |
| static | nullOrMinLength ($value, $min, $message='') |
| static | allMinLength ($value, $min, $message='') |
| static | nullOrMaxLength ($value, $max, $message='') |
| static | allMaxLength ($value, $max, $message='') |
| static | nullOrLengthBetween ($value, $min, $max, $message='') |
| static | allLengthBetween ($value, $min, $max, $message='') |
| static | nullOrFileExists ($value, $message='') |
| static | allFileExists ($value, $message='') |
| static | nullOrFile ($value, $message='') |
| static | allFile ($value, $message='') |
| static | nullOrDirectory ($value, $message='') |
| static | allDirectory ($value, $message='') |
| static | nullOrReadable ($value, $message='') |
| static | allReadable ($value, $message='') |
| static | nullOrWritable ($value, $message='') |
| static | allWritable ($value, $message='') |
| static | nullOrClassExists ($value, $message='') |
| static | allClassExists ($value, $message='') |
| static | nullOrSubclassOf ($value, $class, $message='') |
| static | allSubclassOf ($value, $class, $message='') |
| static | nullOrInterfaceExists ($value, $message='') |
| static | allInterfaceExists ($value, $message='') |
| static | nullOrImplementsInterface ($value, $interface, $message='') |
| static | allImplementsInterface ($value, $interface, $message='') |
| static | nullOrPropertyExists ($classOrObject, $property, $message='') |
| static | allPropertyExists ($classOrObject, $property, $message='') |
| static | nullOrPropertyNotExists ($classOrObject, $property, $message='') |
| static | allPropertyNotExists ($classOrObject, $property, $message='') |
| static | nullOrMethodExists ($classOrObject, $method, $message='') |
| static | allMethodExists ($classOrObject, $method, $message='') |
| static | nullOrMethodNotExists ($classOrObject, $method, $message='') |
| static | allMethodNotExists ($classOrObject, $method, $message='') |
| static | nullOrKeyExists ($array, $key, $message='') |
| static | allKeyExists ($array, $key, $message='') |
| static | nullOrKeyNotExists ($array, $key, $message='') |
| static | allKeyNotExists ($array, $key, $message='') |
| static | nullOrValidArrayKey ($value, $message='') |
| static | allValidArrayKey ($value, $message='') |
| static | nullOrCount ($array, $number, $message='') |
| static | allCount ($array, $number, $message='') |
| static | nullOrMinCount ($array, $min, $message='') |
| static | allMinCount ($array, $min, $message='') |
| static | nullOrMaxCount ($array, $max, $message='') |
| static | allMaxCount ($array, $max, $message='') |
| static | nullOrCountBetween ($array, $min, $max, $message='') |
| static | allCountBetween ($array, $min, $max, $message='') |
| static | nullOrIsList ($array, $message='') |
| static | allIsList ($array, $message='') |
| static | nullOrIsNonEmptyList ($array, $message='') |
| static | allIsNonEmptyList ($array, $message='') |
| static | nullOrIsMap ($array, $message='') |
| static | allIsMap ($array, $message='') |
| static | nullOrIsNonEmptyMap ($array, $message='') |
| static | allIsNonEmptyMap ($array, $message='') |
| static | nullOrUuid ($value, $message='') |
| static | allUuid ($value, $message='') |
| static | nullOrThrows ($expression, $class='Exception', $message='') |
| static | allThrows ($expression, $class='Exception', $message='') |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<bool> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-assert iterable<class-string> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $subString | |
| string | $message |
| InvalidArgumentException |
|
static |
| iterable<Countable|array> | $array | |
| int | $number | |
| string | $message |
| InvalidArgumentException |
|
static |
| iterable<Countable|array> | $array | |
| int | float | $min | |
| int | float | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $suffix | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| mixed | $expect | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<false> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<float> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $limit | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $limit | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $interface @psalm-assert iterable<class-string<ExpectedType>> $value
| mixed | $value | |
| mixed | $interface | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| array | $values | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<int> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<numeric> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-assert iterable<class-string> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param array<class-string> $classes
| iterable<object|string> | $value | |
| string[] | $classes | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $class @psalm-assert iterable<ExpectedType|class-string<ExpectedType>> $value
| iterable<object|string> | $value | |
| string | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<array> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<array|ArrayAccess> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<callable> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<countable> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<empty> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $class @psalm-assert iterable<ExpectedType> $value
| mixed | $value | |
| string | object | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param array<class-string> $classes
| mixed | $value | |
| array<object|string> | $classes | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<iterable> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<list> $array
| mixed | $array | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template T @psalm-param iterable<mixed|array<T>> $array @psalm-assert iterable<array<string, T>> $array
| mixed | $array | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<non-empty-list> $array
| mixed | $array | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template T @psalm-param iterable<mixed|array<T>> $array
| mixed | $array | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template UnexpectedType of object @psalm-param class-string<UnexpectedType> $class
| iterable<object|string> | $value | |
| string | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<iterable> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<array> | $array | |
| string | int | $key | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<array> | $array | |
| string | int | $key | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| int | $length | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| int | float | $min | |
| int | float | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $limit | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $limit | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<lowercase-string> $value
| iterable<string> | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| iterable<Countable|array> | $array | |
| int | float | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| int | float | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param iterable<class-string|object> $classOrObject
| iterable<string|object> | $classOrObject | |
| mixed | $method | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param iterable<class-string|object> $classOrObject
| iterable<string|object> | $classOrObject | |
| mixed | $method | |
| string | $message |
| InvalidArgumentException |
|
static |
| iterable<Countable|array> | $array | |
| int | float | $min | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| int | float | $min | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<int> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $subString | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $suffix | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| mixed | $expect | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $class
| mixed | $value | |
| string | object | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $pattern | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $expect | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $prefix | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<null> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<numeric> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<object> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| array | $values | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param iterable<class-string|object> $classOrObject
| iterable<string|object> | $classOrObject | |
| mixed | $property | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param iterable<class-string|object> $classOrObject
| iterable<string|object> | $classOrObject | |
| mixed | $property | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $min | |
| mixed | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
| iterable<string> | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $pattern | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<resource> $value
| mixed | $value | |
| string | null | $type | type of resource this should be. |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $expect | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<scalar> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $prefix | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<string> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<non-empty-string> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $class @psalm-assert iterable<class-string<ExpectedType>|ExpectedType> $value
| mixed | $value | |
| string | object | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-param class-string<Throwable> $class
| iterable<Closure> | $expression | |
| string | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<true> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| iterable<array> | $values | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| iterable<string> | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert iterable<array-key> $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| iterable<string> | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|bool $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-assert null|class-string $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $subString | |
| string | $message |
| InvalidArgumentException |
|
static |
| null | Countable | array | $array | |
| int | $number | |
| string | $message |
| InvalidArgumentException |
|
static |
| null | Countable | array | $array | |
| int | float | $min | |
| int | float | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $suffix | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| mixed | $expect | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|false $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|float $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $limit | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $limit | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $interface @psalm-assert null|class-string<ExpectedType> $value
| mixed | $value | |
| mixed | $interface | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| array | $values | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|int $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|numeric $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-assert null|class-string $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param array<class-string> $classes
| null | object | string | $value | |
| string[] | $classes | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $class @psalm-assert null|ExpectedType|class-string<ExpectedType> $value
| null | object | string | $value | |
| string | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|array $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|array|ArrayAccess $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|callable $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|countable $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert empty $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $class @psalm-assert null|ExpectedType $value
| mixed | $value | |
| string | object | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param array<class-string> $classes
| mixed | $value | |
| array<object|string> | $classes | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|iterable $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|list $array
| mixed | $array | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template T @psalm-param null|mixed|array<T> $array @psalm-assert null|array<string, T> $array
| mixed | $array | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|non-empty-list $array
| mixed | $array | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template T @psalm-param null|mixed|array<T> $array
| mixed | $array | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template UnexpectedType of object @psalm-param class-string<UnexpectedType> $class
| null | object | string | $value | |
| string | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|iterable $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | array | $array | |
| string | int | $key | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | array | $array | |
| string | int | $key | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| int | $length | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| int | float | $min | |
| int | float | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $limit | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $limit | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|lowercase-string $value
| null | string | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| null | Countable | array | $array | |
| int | float | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| int | float | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param null|class-string|object $classOrObject
| null | string | object | $classOrObject | |
| mixed | $method | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param null|class-string|object $classOrObject
| null | string | object | $classOrObject | |
| mixed | $method | |
| string | $message |
| InvalidArgumentException |
|
static |
| null | Countable | array | $array | |
| int | float | $min | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| int | float | $min | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|int $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $subString | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $suffix | |
| string | $message |
| InvalidArgumentException |
|
static |
| mixed | $value | |
| mixed | $expect | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $class
| mixed | $value | |
| string | object | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $pattern | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $expect | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $prefix | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|numeric $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|object $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| array | $values | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param null|class-string|object $classOrObject
| null | string | object | $classOrObject | |
| mixed | $property | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-param null|class-string|object $classOrObject
| null | string | object | $classOrObject | |
| mixed | $property | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $min | |
| mixed | $max | |
| string | $message |
| InvalidArgumentException |
|
static |
| null | string | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $pattern | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|resource $value
| mixed | $value | |
| string | null | $type | type of resource this should be. |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| mixed | $expect | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|scalar $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $prefix | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|string $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|non-empty-string $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-template ExpectedType of object @psalm-param class-string<ExpectedType> $class @psalm-assert null|class-string<ExpectedType>|ExpectedType $value
| mixed | $value | |
| string | object | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-param class-string<Throwable> $class
| null | Closure | $expression | |
| string | $class | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|true $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| null | array | $values | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure
| null | string | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
@psalm-pure @psalm-assert null|array-key $value
| mixed | $value | |
| string | $message |
| InvalidArgumentException |
|
static |
| null | string | $value | |
| string | $message |
| InvalidArgumentException |
1.8.17