Example #1
0
 /**
  * @param ChildRatingHeader $ratingHeader The ChildRatingHeader object to add.
  */
 protected function doAddRatingHeader(ChildRatingHeader $ratingHeader)
 {
     $this->collRatingHeaders[] = $ratingHeader;
     $ratingHeader->setPlatform($this);
 }