/**
  * @param ChildEvent $event The ChildEvent object to add.
  */
 protected function doAddEvent(ChildEvent $event)
 {
     $this->collEvents[] = $event;
     $event->setCreator($this);
 }