content = $content; $this->type = $type; $this->contentLineCount = $content_line_count; } public function getContent() { return $this->content; } public function getType() { return $this->type; } public function getContentLineCount() { return $this->contentLineCount; } }