Beispiel #1
0
 /**
  * @param ChildExpertQuestionState $expertQuestionState The ChildExpertQuestionState object to add.
  */
 protected function doAddExpertQuestionState(ChildExpertQuestionState $expertQuestionState)
 {
     $this->collExpertQuestionStates[] = $expertQuestionState;
     $expertQuestionState->setExperts($this);
 }