BUILTIN_TYPE_INT
BUILTIN_TYPE_INT = 'int'
Type value object (immutable).
$builtinTypes : string[]
List of PHP builtin types.
__construct(string $builtinType, bool $nullable = false, string $class = null, bool $collection = false, self $collectionKeyType = null, self $collectionValueType = null) : mixed
string | $builtinType | |
bool | $nullable | |
string | $class | |
bool | $collection | |
self | $collectionKeyType | |
self | $collectionValueType |