Ouzo\Config\ConfigOverrideProperty::with PHP Méthode

with() public méthode

public with ( $value )
    public function with($value)
    {
        Config::overridePropertyArray($this->keys, $value);
    }
ConfigOverrideProperty