content .= $message; } public function setType($type) { $this->type=$type; } public function getContent() { return $this->content; } public function getType() { return $this->type; } }