Пример #1
0
 public function addReportQuestion(ReportQuestion $l)
 {
     $this->collReportQuestions[] = $l;
     $l->setUser($this);
 }