viewMode; } /** * Set the view mode * * @param string $viewMode * * @return $this */ public function setViewMode(string $viewMode): self { $this->viewMode = $viewMode; return $this; } }