public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->subscription)) {
         $this->subscription = SubscriptionPurchaseResponse::make($this->subscription);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->advert)) {
         $this->advert = BannerAdvertResponse::make($this->advert);
     }
 }
예제 #3
0
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->page)) {
         $this->page = PageResponse::make($this->page);
     }
 }
예제 #4
0
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->domain)) {
         $this->domain = DomainResponse::make($this->domain);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->cannedResponse)) {
         $this->cannedResponse = CannedResponseResponse::make($this->cannedResponse);
     }
 }
예제 #6
0
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->employee)) {
         $this->employee = EmployeeResponse::make($this->employee);
     }
 }
예제 #7
0
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->company)) {
         $this->company = CompanyResponse::make($this->company);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->policy)) {
         $this->policy = AffiliateTQPPolicyResponse::make($this->policy);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->paycheck)) {
         $this->paycheck = AffiliatePaycheckResponse::make($this->paycheck);
     }
 }
예제 #10
0
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->ticket)) {
         $this->ticket = TicketResponse::make($this->ticket);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->campaign)) {
         $this->campaign = AffiliateCampaignResponse::make($this->campaign);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->foundation)) {
         $this->foundation = AffiliateFoundationResponse::make($this->foundation);
     }
 }
예제 #13
0
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->tag)) {
         $this->tag = TagResponse::make($this->tag);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->customer)) {
         $this->customer = CustomerResponse::make($this->customer);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->approval)) {
         $this->approval = AffiliateApprovalResponse::make($this->approval);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->affiliate)) {
         $this->affiliate = AffiliateResponse::make($this->affiliate);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->serviceAccount)) {
         $this->serviceAccount = ServiceAccountResponse::make($this->serviceAccount);
     }
 }
 public function hydrate($data)
 {
     parent::hydrate($data);
     if (!empty($this->affiliate)) {
         $this->affiliate = AffiliateResponse::make($this->affiliate);
     }
     if (!empty($this->form)) {
         $this->form = FormResponse::make($this->form);
     }
     if (!empty($this->formEntry)) {
         $this->formEntry = FormEntryResponse::make($this->formEntry);
     }
 }