Beispiel #1
0
 /**
  * Set contact
  *
  * @param \AppBundle\Entity\Contact $contact
  *
  * @return Application
  */
 public function setContact(\AppBundle\Entity\Contact $contact = null)
 {
     $this->contact = $contact;
     $this->contact->addApplication($this);
     return $this;
 }