NotificationRepository
in package
Table of Contents
Methods
- findById() : Notification|null
- getNotifications() : Simple|null
Methods
findById()
public
findById(int $id) : Notification|null
Parameters
- $id : int
Return values
Notification|nullgetNotifications()
public
getNotifications(int $userId, int $offset, int $limit) : Simple|null
Parameters
- $userId : int
- $offset : int
- $limit : int