Ejemplo n.º 1
0
 public function addNotes(Notes $l)
 {
     $this->collNotess[] = $l;
     $l->setUser($this);
 }