inputMode = $mode; return $this; } public function getInputMode(): ?string { return $this->evaluate($this->inputMode); } }