type = $type; $this->data = $data; } public function getType() { return $this->type; } public function getData() { return $this->data; } }