Checks whether a setting exists
public function has(string $key) : bool { return array_key_exists($key, $this->config); }