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