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