Example #1
0
 /**
  * @param ChildUserReport $userReportRelatedByIdUser The ChildUserReport object to add.
  */
 protected function doAddUserReportRelatedByIdUser(ChildUserReport $userReportRelatedByIdUser)
 {
     $this->collUserReportsRelatedByIdUser[] = $userReportRelatedByIdUser;
     $userReportRelatedByIdUser->setUserAuthor($this);
 }