Handle the display of notifications for a given user. More...
Public Member Functions | |
| _getNotListableTaskTypes () | |
| authorize (&$request, $args, $roleAssignments) | |
| initialize (&$request) | |
| loadData (&$request) | |
| NotificationsGridHandler () | |
Handle the display of notifications for a given user.
Definition at line 21 of file NotificationsGridHandler.inc.php.
| NotificationsGridHandler._getNotListableTaskTypes | ( | ) |
Get the notification types that we don't want to list in this grid.
Definition at line 124 of file NotificationsGridHandler.inc.php.
Referenced by loadData().
| NotificationsGridHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
| $request | PKPRequest | |
| $args | array | |
| $roleAssignments | array |
Definition at line 48 of file NotificationsGridHandler.inc.php.
| NotificationsGridHandler.initialize | ( | &$ | request | ) |
Definition at line 57 of file NotificationsGridHandler.inc.php.
| NotificationsGridHandler.loadData | ( | &$ | request | ) |
| $request | PKPRequest |
Definition at line 96 of file NotificationsGridHandler.inc.php.
References _getNotListableTaskTypes().
| NotificationsGridHandler.NotificationsGridHandler | ( | ) |
Constructor
Definition at line 25 of file NotificationsGridHandler.inc.php.
1.7.1