Beispiel #1
0
 public function setAddress(Address $address)
 {
     $this->attributes['address'] = json_encode($address->snapshot());
 }