Exemplo n.º 1
0
 public function addCoApplication(CoApplication $l)
 {
     $this->collCoApplications[] = $l;
     $l->setCoFormApplication($this);
 }
Exemplo n.º 2
0
 public function addCoApplication(CoApplication $l)
 {
     $this->collCoApplications[] = $l;
     $l->setsfGuardUser($this);
 }