示例#1
0
文件: Role.php 项目: AlvaCorp/POS-2
 /**
  * @param ChildNotificationOption $notificationOption The ChildNotificationOption object to add.
  */
 protected function doAddNotificationOption(ChildNotificationOption $notificationOption)
 {
     $this->collNotificationOptions[] = $notificationOption;
     $notificationOption->setRole($this);
 }