class Type

PHP return, property and parameter types.

Constants

String

Int

Float

Bool

Array

Object

Callable

Iterable

Void

Never

Mixed

True

False

Null

Self

Parent

Static

deprecated STRING

deprecated INT

deprecated FLOAT

deprecated BOOL

deprecated ARRAY

deprecated OBJECT

deprecated CALLABLE

deprecated ITERABLE

deprecated VOID

deprecated NEVER

deprecated MIXED

deprecated FALSE

deprecated NULL

deprecated SELF

deprecated PARENT

deprecated STATIC

Methods

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

No description

static string
union(string ...$types)

No description

static string
intersection(string ...$types)

No description

Details

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

No description

Parameters

string $type
bool $nullable

Return Value

string

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

No description

Parameters

string ...$types

Return Value

string

at line 118
static string intersection(string ...$types)

No description

Parameters

string ...$types

Return Value

string