Example #1
0
 public function addQuestionTag(QuestionTag $l)
 {
     $this->collQuestionTags[] = $l;
     $l->setQuestion($this);
 }