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 89
static string
nullable(string $type, bool $nullable = true)
No description
at line 113
static string
union(string ...$types)
No description
at line 119
static string
intersection(string ...$types)
No description