Esempio n. 1
0
 public function jsonSerialize()
 {
     return array_merge(parent::jsonSerialize(), ["subscriptions" => $this->getSubscriptions()]);
 }
Esempio n. 2
0
 public function jsonSerialize()
 {
     return array_merge(parent::jsonSerialize(), ["invoices" => $this->getInvoices()]);
 }