uid = $model; } else { $this->member = $model; $this->uid = $model->member_id; } $this->parent_id = $parent_id; } public function getUid() { return $this->uid; } public function getParentId() { return $this->parent_id; } public function getMemberModel() { return $this->member; } }