Beispiel #1
0
 /**
  * @param ChildSkill $featuredSkill The ChildSkill object to add.
  */
 protected function doAddFeaturedSkill(ChildSkill $featuredSkill)
 {
     $this->collFeaturedSkills[] = $featuredSkill;
     $featuredSkill->setFeaturedVideo($this);
 }