Ejemplo n.º 1
0
 /**
  * @return array
  */
 public function toArray()
 {
     $response = $this->developer->toArray();
     $response['amount'] = $this->amount();
     $response['total_price'] = $this->totalPrice();
     return $response;
 }