Example #1
0
 public function setAddress(Address $address)
 {
     $this->address = $address;
     $address->setOwner($this);
     return $this;
 }