couponId = $couponId; $this->memberId = $memberId; $this->time_end = $time_end; } public function getMember() { return $this->memberId; } public function getCoupon() { return $this->couponId; } public function getExpireTime() { return $this->time_end; } }