Type
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
at line 112
static string
union(string ...$types)
No description
at line 118
static string
intersection(string ...$types)
No description