tooltip = $tooltip; return $this; } public function getTooltip(): ?string { return $this->evaluate($this->tooltip); } }