Beispiel #1
0
 public function addSearchIndex(SearchIndex $l)
 {
     $this->collSearchIndexs[] = $l;
     $l->setQuestion($this);
 }