content; } public function setContent(string $content): void { $this->content = $content; } public function getView(): ViewInterface { return $this->view; } }