Exemplo n.º 1
0
 /**
  * Set mentor
  *
  * @param \BackendBundle\Entity\Mentor $mentor
  *
  * @return User
  */
 public function setMentor(\BackendBundle\Entity\Mentor $mentor = null)
 {
     $this->mentor = $mentor;
     $mentor->setUser($this);
     return $this;
 }