new NotificationController()
Create a NotificationController.
Methods
(async, static) notificationDestroyDelete(req, res)
Remove the specified Notification resource.
Parameters:
Name | Type | Description |
---|---|---|
req |
Request | The HTTP request. |
res |
Response | The HTTP response object . |
(async, static) notificationGet(req, res)
Display the specified Notification resource.
Parameters:
Name | Type | Description |
---|---|---|
req |
Request | The HTTP request. |
res |
Response | The HTTP response object . |
(async, static) notificationIndexGet(req, res)
Display a listing of the Comment resource.
Parameters:
Name | Type | Description |
---|---|---|
req |
Request | The HTTP request. |
res |
Response | The HTTP response object . |