PHPSA\Configuration::setValue PHP Method

setValue() public method

Sets a configuration setting.
public setValue ( string $key, string $value )
$key string
$value string
    public function setValue($key, $value)
    {
        $this->configuration[$key] = $value;
    }