Phan\Config::__set PHP Method

__set() public method

public __set ( string $name, $value )
$name string
    public function __set(string $name, $value)
    {
        $this->configuration[$name] = $value;
    }