Exemple #1
0
 /**
  *
  * @param string $entityType
  * @param int $entityId
  * @param int $userId
  * @return NOTIFICATIONS_BOL_Notification
  */
 public function findNotification($entityType, $entityId, $userId)
 {
     return $this->notificationDao->findNotification($entityType, $entityId, $userId);
 }