Ouzo\Config\ConfigOverrideProperty::with PHP 메소드

with() 공개 메소드

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