Пример #1
0
 public function addProjectForm(ProjectForm $l)
 {
     $this->collProjectForms[] = $l;
     $l->setProject($this);
 }