Expect
final class Expect
Schema generator.
Methods
static Type
__callStatic(string $name, array $args)
No description
Details
at line 36
static Type
__callStatic(string $name, array $args)
No description
at line 46
static Type
type(string $type)
No description
at line 55
static AnyOf
anyOf(mixed|Schema ...$set)
No description
at line 64
static Structure
structure(array $items)
No description
at line 73
static Structure
from(object $object, array $items = [])
No description
at line 102
static Type
arrayOf(string|Schema $type)
No description
at line 111
static Type
listOf(string|Schema $type)
No description
at line 32
static Type
scalar(mixed $default)
No description
at line 32
static Type
string(mixed $default)
No description
at line 32
static Type
int(mixed $default)
No description
at line 32
static Type
float(mixed $default)
No description
at line 32
static Type
bool(mixed $default)
No description
at line 32
static Type
null()
No description
at line 32
static Type
array(mixed $default)
No description
at line 32
static Type
list(mixed $default)
No description
at line 32
static Type
mixed(mixed $default)
No description
at line 32
static Type
unicode(mixed $default)
No description
Traits
SmartObject