LiteralArgument
in package
implements
LiteralArgumentInterface
Table of Contents
Interfaces
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
Constants
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'
Properties
$value
protected
mixed
$value
Methods
__construct()
public
__construct(mixed $value[, string $type = null ]) : mixed
Parameters
- $value : mixed
- $type : string = null
getValue()
public
getValue() : mixed