Example #1
0
 /**
  * @param ChildRatingValue $ratingValue The ChildRatingValue object to add.
  */
 protected function doAddRatingValue(ChildRatingValue $ratingValue)
 {
     $this->collRatingValues[] = $ratingValue;
     $ratingValue->setRatingHeader($this);
 }