$this
public function setParameter(string $key, string $value) : static { $this->parameters[$key] = $value; return $this; }