class Type
Type value object (immutable).
Constants
BUILTIN_TYPE_INT BUILTIN_TYPE_FLOAT BUILTIN_TYPE_STRING BUILTIN_TYPE_BOOL BUILTIN_TYPE_RESOURCE BUILTIN_TYPE_OBJECT BUILTIN_TYPE_ARRAY BUILTIN_TYPE_NULL BUILTIN_TYPE_CALLABLE
Properties
static string[] $builtinTypes List of PHP builtin types.
Methods
__construct(string $builtinType, bool $nullable = false, string|null $class = null, bool $collection = false, Type $collectionKeyType = null, Type