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