ConfigurationParametersTrait
trait ConfigurationParametersTrait (View source)
Properties
protected array | $parameters |
Methods
mixed|null
get(string $parameter = null)
Get parameter (property) from stack
set($parameter, $value)
Set a parameter (property)
bool
has(string $parameter)
Check if parameter (property) is defined in current stack
bool
delete(string $parameter = null)
Remove (delete) parameter (property) from stack
getFromParts(array $parts)
No description
setFromParts(array $parts, $value)
No description
deleteFromParts(array $parts)
No description
static
splitParts($parameter)
No description
Details
at line 37
mixed|null
get(string $parameter = null)
Get parameter (property) from stack
This method supports nesting of properties using dot notation
at line 54
ConfigurationParametersTrait
set($parameter, $value)
Set a parameter (property)
This method supports nesting of properties using dot notation
at line 75
bool
has(string $parameter)
Check if parameter (property) is defined in current stack
This method supports nesting of properties using dot notation
at line 90
bool
delete(string $parameter = null)
Remove (delete) parameter (property) from stack
This method supports nesting of properties using dot notation