Exemplo n.º 1
0
 /**
  * @param ChildNotification $notification The ChildNotification object to add.
  */
 protected function doAddNotification(ChildNotification $notification)
 {
     $this->collNotifications[] = $notification;
     $notification->setNote($this);
 }