예제 #1
0
파일: User.php 프로젝트: OneTimeCZ/DofE
 /**
  * @param ChildBugReport $bugReport The ChildBugReport object to add.
  */
 protected function doAddBugReport(ChildBugReport $bugReport)
 {
     $this->collBugReports[] = $bugReport;
     $bugReport->setUser($this);
 }