class Type

PHP return, property and parameter types.

Constants

STRING

INT

FLOAT

BOOL

ARRAY

OBJECT

CALLABLE

ITERABLE

VOID

MIXED

FALSE

NULL

SELF

PARENT

STATIC

Methods

static string
nullable(string $type, bool $state = true)

No description

static string
union(string ...$types)

No description

static string|null
getType($value)

No description

Details

at line 36
static string nullable(string $type, bool $state = true)

No description

Parameters

string $type
bool $state

Return Value

string

at line 42
static string union(string ...$types)

No description

Parameters

string ...$types

Return Value

string

at line 48
static string|null getType($value)

No description

Parameters

$value

Return Value

string|null