Jarves\Configuration\SimpleKeyModel::setKey PHP Method

setKey() public method

public setKey ( string $key )
$key string
    public function setKey($key)
    {
        $this->key = $key;
    }