Beispiel #1
0
 /**
  * @param ChildProject $project The ChildProject object to add.
  */
 protected function doAddProject(ChildProject $project)
 {
     $this->collProjects[] = $project;
     $project->setCustomer($this);
 }