/**
  * {@inheritDoc}
  */
 public function setPhones(\Doctrine\Common\Collections\Collection $phones)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPhones', array($phones));
     return parent::setPhones($phones);
 }