Exemplo n.º 1
0
 /**
  * Remove user Registration
  *
  * @param \IIA\ApiBundle\Entity\User $user
  */
 public function removeUserRegistration(\IIA\ApiBundle\Entity\User $user)
 {
     $user->removeSessionRegistration($this);
     $this->usersRegistred->removeElement($user);
 }