Beispiel #1
0
 public function removePacienteProblemasSaude(\EntityBundle\Entity\Paciente_ProblemasSaude $p_problemassaude)
 {
     $this->paciente_problemasSaude->removeElement($o_responsavel);
     if ($this->paciente_problemasSaude->contains($o_responsavel)) {
         $this->paciente_problemasSaude->removeElement($o_responsavel);
         $p_problemassaude->setPaciente(null);
     }
     return $this;
 }