$this
public function setHeaderTitle(?string $title) : static { $this->headerTitle = $title; return $this; }