Ouzo\Config\ConfigOverrideProperty::with PHP Method

with() public method

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