Checks if a parameter value is set for the given parameter.
public function hasParameter(string $name) : bool { return \array_key_exists($name, $this->parameters); }