Beispiel #1
0
 /**
  * @param ChildBugReport $bugReport The ChildBugReport object to add.
  */
 protected function doAddBugReport(ChildBugReport $bugReport)
 {
     $this->collBugReports[] = $bugReport;
     $bugReport->setUser($this);
 }