Exemple #1
0
 public function copyFrom(ContactCoordonnee $contactCoordonnee)
 {
     $this->setTelephoneFixe($contactCoordonnee->getTelephoneFixe());
     $this->setTelephoneMobile($contactCoordonnee->getTelephoneMobile());
     $this->setFax($contactCoordonnee->getFax());
     $this->setEmail($contactCoordonnee->getEmail());
     $this->setSiteInternet($contactCoordonnee->getSiteInternet());
     $this->setLibelle($contactCoordonnee->getLibelle());
 }