Example #1
0
 public function addProject(Project $l)
 {
     $this->collProjects[] = $l;
     $l->setDepartment($this);
 }