ValueType
- Full name:
\Qubus\Inheritance\Contract\ValueType - Parent interfaces:
\Qubus\Inheritance\Contract\StringValueType,\Qubus\Inheritance\Contract\IntValueType,\Qubus\Inheritance\Contract\FloatValueType,\Qubus\Inheritance\Contract\BoolValueType,\Qubus\Inheritance\Contract\ArrayValueType
Inherited methods
array
Get the specified array value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$key | string | |
$default | callable|array |
Throws:
boolean
Get the specified boolean value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$key | string | |
$default | callable|bool|null |
Throws:
float
Get the specified float value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$key | string | |
$default | callable|float|null |
Throws:
integer
Get the specified integer value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$key | string | |
$default | callable|int|null |
Throws:
string
Get the specified string value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$key | string | |
$default | callable|string|null |
Throws: