Beispiel #1
0
 public function addReportAnswer(ReportAnswer $l)
 {
     $this->collReportAnswers[] = $l;
     $l->setAnswer($this);
 }