$allowChanges
$allowChanges : boolean
Flag for whether or not changes are allowed after object instantiation
Config class
merge(mixed $values, boolean $preserve = false) : \Pop\Config\Config
Merge the values of another config object into this one.
By default, existing values are overwritten, unless the $preserve flag is set to true.
mixed | $values | |
boolean | $preserve |
mergeFromData(mixed $data, boolean $preserve = false) : \Pop\Config\Config
Merge the values of another config object into this one.
By default, existing values are overwritten, unless the $preserve flag is set to true.
mixed | $data | |
boolean | $preserve |