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