text = $text; } public function getText() { return $this->text; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }