id = $row->id; $this->integration_id = $row->integration_id; $this->user_id = $row->user_id; $this->identifier = $row->identifier; $this->username = $row->username; $this->verified = $row->verified; $this->date = $row->date; $this->code = $row->code; $this->show_publicly = $row->show_publicly; $this->last_sync = $row->last_sync; } }