content = $content; } /** * @return string */ public function getContent(): string { return $this->content; } }