time = $time; $this->data = $data; } public function getTime() { return $this->time; } public function getData() { return $this->data; } } ?>