Exakat\Config::__set PHP Method

__set() public method

public __set ( $name, $value )
    public function __set($name, $value)
    {
        display("It is not possible to modify configuration {$name} with value '{$value}'\n");
    }