BuiltInTypes
in package
Table of Contents
- ARRAY = 'array'
- BOOL = 'bool'
- CALLABLE = 'callable'
- FLOAT = 'float'
- INT = 'int'
- ITERABLE = 'iterable'
- STRING = 'string'
- VOID = 'void'
- __construct() : mixed
- Thou shalt not instantiate
Constants
ARRAY
public
mixed
ARRAY
= 'array'
BOOL
public
mixed
BOOL
= 'bool'
CALLABLE
public
mixed
CALLABLE
= 'callable'
FLOAT
public
mixed
FLOAT
= 'float'
INT
public
mixed
INT
= 'int'
ITERABLE
public
mixed
ITERABLE
= 'iterable'
STRING
public
mixed
STRING
= 'string'
VOID
public
mixed
VOID
= 'void'
Methods
__construct()
Thou shalt not instantiate
private
__construct() : mixed