Ouzo\Config\ConfigOverrideProperty::with PHP Метод

with() публичный Метод

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