boolean can(
string
$key
)
|
|
Get a boolean configuration flag.
Parameters:
API Tags:
Return: | the configuration value or null if not found |
string get(
string
$key
)
|
|
Get a configuration value.
Parameters:
API Tags:
Return: | the configuration value or null if not found |
void set(
string
$key, mixed
$value
)
|
|
Set a configuration value.
Parameters:
string |
$key: |
|
mixed |
$value: |
(null to remove the value) |