Table of Contents
Constants
-
TYPE_ARRAY
= "array"
-
TYPE_SCALAR
= "scalar"
Properties
-
$name
: string
-
$type
: string
-
$value
: string
Methods
-
__construct()
: mixed
-
getName()
: mixed
-
getType()
: mixed
-
getValue()
: mixed
-
setName()
: mixed
-
setType()
: mixed
-
setValue()
: mixed
-
toArray()
: mixed
TYPE_ARRAY
public
mixed
TYPE_ARRAY
= "array"
TYPE_SCALAR
public
mixed
TYPE_SCALAR
= "scalar"
$name
private
string
$name
$type
private
string
$type
= self::TYPE_SCALAR
$value
private
string
$value
__construct()
public
__construct(string $name, string $type[, string $value = null ]) : mixed
Parameters
-
$name
: string
-
-
$type
: string
-
-
$value
: string
= null
-
getName()
public
getName() : mixed
getType()
public
getType() : mixed
getValue()
public
getValue() : mixed
setName()
public
setName(string $name) : mixed
Parameters
-
$name
: string
-
setType()
public
setType(string $type) : mixed
Parameters
-
$type
: string
-
setValue()
public
setValue(string $value) : mixed
Parameters
-
$value
: string
-
toArray()
public
toArray() : mixed