ConfigContainer
- Full name:
\Qubus\Config\ConfigContainer
Methods
getConfigKey
Get an item from current configuration.
Parameters:
Parameter | Type | Description |
---|---|---|
$key | string | |
$default | mixed|null |
Throws:
setConfigKey
Set an item in current configuration.
Parameters:
Parameter | Type | Description |
---|---|---|
$key | string | |
$value | mixed |
hasConfigKey
Checks if a key exists.
Parameters:
Parameter | Type | Description |
---|---|---|
$key | string |
Automatically generated on 2025-10-13