Example #1
0
 /**
  * @param ChildUserReport $userReportRelatedByIdUserReported The ChildUserReport object to add.
  */
 protected function doAddUserReportRelatedByIdUserReported(ChildUserReport $userReportRelatedByIdUserReported)
 {
     $this->collUserReportsRelatedByIdUserReported[] = $userReportRelatedByIdUserReported;
     $userReportRelatedByIdUserReported->setUserReported($this);
 }