コード例 #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);
 }