contents = &$contents; } public function addContent(string $content) { $this->contents[] = $content; } }