Ergo\Config\FileConfig::set PHP Method

set() public method

public set ( string $key, mixed $value )
$key string
$value mixed
    public function set($key, $value)
    {
        $this->_data[$key] = $value;
        return $this;
    }