示例#1
0
文件: Note.php 项目: OneTimeCZ/Tasker
 /**
  * @param ChildNotification $notification The ChildNotification object to add.
  */
 protected function doAddNotification(ChildNotification $notification)
 {
     $this->collNotifications[] = $notification;
     $notification->setNote($this);
 }