notification
Summary
Provides an interface to the notification engine.Description
This module provides an interface to the notification engine inside the eZ publish kernel. The administration interface makes use the views that this module provides in order to allow the management of notifications (add new, remove, edit, etc.). Although possible, it isn't common to use these views when building a website (unless there is a need to replicate the notification management functionality of the administration interface).
Fetch functions
Name | Summary |
---|---|
digest_handlers | Fetches the notification handlers for the notification items that should be sent as digest to the current user. |
digest_items | Fetches notification items that should be sent as digest to the current user. |
event_content | Fetches the contents of the notification event. |
handler_list | Fetches the available notification handlers. |
subscribed_nodes | Fetches nodes that the current user has subscribed to. |
subscribed_nodes_count | Fetches the number of nodes that the current user has subscribed to. |
Views
Name | Summary |
---|---|
addtonotification | Provides a mechanism that adds a new subtree notification. |
runfilter | Provides an interface for launching the main notification processing script and for generating a new time event. |
settings | Provides an interface for tweaking user notification settings. |
Balazs Halasy (23/02/2005 9:54 am)
Balazs Halasy (29/04/2005 8:01 am)
Comments
There are no comments.