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