$this
public function setStatusText(string $statusText) : static { $this->statusText = $statusText; return $this; }