member = $member; $this->new_value = $new_value; $this->change_value = $change_value; $this->source = $source; $this->recordData = $recordData; } public function getRecordData() { return $this->recordData; } public function getMember() { return $this->member; } public function getNewValue() { return $this->new_value; } public function getChangeValue() { return $this->change_value; } public function getSource() { return $this->source; } }