history_id = $data['history_id']; $this->job_id = $data['job_id']; $this->user_id = $data['user_id']; $this->do_what_id = $data['do_what_id']; $this->do_what = $data['do_what']; $this->do_what_json = $data['do_what_json']; $this->do_what_datetime = $data['do_what_datetime']; $this->ip = $data['ip']; $this->ua = $data['ua']; $this->referer = $data['referer']; } public function getHistoryId(){ return $this->history_id; } public function getJobId(){ return $this->job_id; } public function getUserId(){ return $this->user_id; } public function getDoWhatId(){ return $this->do_what_id; } public function getDoWhat(){ return $this->do_what; } public function getDoWhatJson(){ return $this->do_what_json; } public function getDoWhatDatetime(){ return $this->do_what_datetime; } public function getIP(){ return $this->ip; } public function getUA(){ return $this->ua; } public function get_referer(){ return $this->referer; } }