$values
$values : array
Array of config values
Abstract BaseConfig implementation Makes it simple to declare a new Config interface implementation
set(string $id, \FW\Config\value $value, boolean $merge = true, boolean $assoc = false) : \FW\Config\PhpConfig
{@inheritdoc}
string | $id | key to set |
\FW\Config\value | $value | mixed value to set |
boolean | $merge | Whether or not to merge (if value is an array) |
boolean | $assoc | Whether or not the merged array is associative |
replace(array $arr, boolean $merge = true) : \FW\Config\PhpConfig
{@inheritdoc}
array | $arr | array to merge or replace |
boolean | $merge | whether or not to merge |