Table of Contents
Constants
-
TYPE_ARRAY
= 'array'
-
TYPE_BOOL
= 'boolean'
-
TYPE_BOOLEAN
= 'boolean'
-
TYPE_CALLABLE
= 'callable'
-
TYPE_DOUBLE
= 'double'
-
TYPE_FLOAT
= 'double'
-
TYPE_INT
= 'integer'
-
TYPE_INTEGER
= 'integer'
-
TYPE_OBJECT
= 'object'
-
TYPE_STRING
= 'string'
Properties
-
$value
: mixed
Methods
-
__construct()
: mixed
-
getValue()
: mixed
TYPE_ARRAY
public
mixed
TYPE_ARRAY
= 'array'
TYPE_BOOL
public
mixed
TYPE_BOOL
= 'boolean'
TYPE_BOOLEAN
public
mixed
TYPE_BOOLEAN
= 'boolean'
TYPE_CALLABLE
public
mixed
TYPE_CALLABLE
= 'callable'
TYPE_DOUBLE
public
mixed
TYPE_DOUBLE
= 'double'
TYPE_FLOAT
public
mixed
TYPE_FLOAT
= 'double'
TYPE_INT
public
mixed
TYPE_INT
= 'integer'
TYPE_INTEGER
public
mixed
TYPE_INTEGER
= 'integer'
TYPE_OBJECT
public
mixed
TYPE_OBJECT
= 'object'
TYPE_STRING
public
mixed
TYPE_STRING
= 'string'
$value
protected
mixed
$value
__construct()
public
__construct(array<string|int, mixed> $value) : mixed
Parameters
-
$value
: array<string|int, mixed>
-
getValue()
public
getValue() : mixed