示例#1
0
文件: User.php 项目: OneTimeCZ/Tasker
 /**
  * @param ChildNotification $notificationRelatedByUserId The ChildNotification object to add.
  */
 protected function doAddNotificationRelatedByUserId(ChildNotification $notificationRelatedByUserId)
 {
     $this->collNotificationsRelatedByUserId[] = $notificationRelatedByUserId;
     $notificationRelatedByUserId->setUser($this);
 }