예제 #1
0
파일: Wallet.php 프로젝트: mesour/sources
 public function toArray()
 {
     return ['id' => $this->id, 'user_id' => $this->user->getId(), 'amount' => $this->amount, 'currency' => $this->currency];
 }
예제 #2
0
 public function toArray()
 {
     return ['id' => $this->id, 'user_id' => $this->user->getId(), 'street' => $this->street, 'city' => $this->city, 'zip' => $this->zip, 'country' => $this->country];
 }