Public Member Functions | |
| notificationReceived (NotifyPattern $notification) | |
Interface for implementing a COAR Notify server binding.
Server implementation should extend this class and implement the notificationReceived method
That method will receive a NotifyPattern object, which will be one of the known types and should return a COARNotifyReceipt object with the appropriate status code and location URL
| coarnotify\server\COARNotifyServiceBinding::notificationReceived | ( | NotifyPattern | $notification | ) |
Process the receipt of the given notification, and respond with an appropriate receipt object.
| NotifyPattern | $notification | The notification object received |