content = $content; $this->contentType = $contentType; } public function getContent () { return $this->content; } public function getContentType () { return $this->contentType; } }