member = $memberLove; $this->source = $source; $this->recordData = $recordData; } public function getRecordData() { return $this->recordData; } public function getMember() { return $this->member; } public function getSource() { return $this->source; } }