PHPSA\Configuration::setValue PHP 메소드

setValue() 공개 메소드

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