title | footer |
---|---|
\leantime\domain\repositories\notifications |
false |
- Full name:
\leantime\domain\repositories\notifications
__construct - get database connection
public notifications::__construct(): mixed
Return Value:
public notifications::getAllNotifications(mixed $userId, mixed $showNewOnly = false, mixed $limitStart, mixed $limitEnd = 100, mixed $filterOptions = array()): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
userId |
mixed | |
showNewOnly |
mixed | |
limitStart |
mixed | |
limitEnd |
mixed | |
filterOptions |
mixed |
Return Value:
public notifications::addNotifications(array $notifications): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
notifications |
array |
Return Value:
public notifications::markNotificationRead(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
public notifications::markAllNotificationRead(mixed $userId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
userId |
mixed |
Return Value:
Automatically generated from source code comments on 2023-02-28 using phpDocumentor