Exemple #1
0
 /**
  * @param ChildNotificationOption $notificationOption The ChildNotificationOption object to add.
  */
 protected function doAddNotificationOption(ChildNotificationOption $notificationOption)
 {
     $this->collNotificationOptions[] = $notificationOption;
     $notificationOption->setRole($this);
 }