Example #1
0
 /**
  * @param ChildPromotion $promotion The ChildPromotion object to add.
  */
 protected function doAddPromotion(ChildPromotion $promotion)
 {
     $this->collPromotions[] = $promotion;
     $promotion->setPromotionType($this);
 }