|
eZ Publish
[trunk]
|
The class eZSubTreeHandler does. More...
Inheritance diagram for eZSubTreeHandler:
Collaboration diagram for eZSubTreeHandler:Public Member Functions | |
| attribute ($attr) | |
| attributes () | |
| cleanup () | |
| eZSubTreeHandler () | |
| fetchHttpInput ($http, $module) | |
| handle ($event) | |
| handlePublishEvent ($event, &$parameters) | |
| hasAttribute ($attr) | |
| sendMessage ($event, $parameters) | |
| subscribedNodes ($user=false) | |
Static Public Member Functions | |
| static | rules ($user=false, $offset=false, $limit=false) |
| static | rulesCount ($user=false) |
Public Attributes | |
| const | NOTIFICATION_HANDLER_ID = 'ezsubtree' |
| const | TRANSPORT = 'ezmail' |
The class eZSubTreeHandler does.
Definition at line 17 of file ezsubtreehandler.php.
| eZSubTreeHandler::attribute | ( | $ | attr | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 42 of file ezsubtreehandler.php.
Reimplemented from eZNotificationEventHandler.
Definition at line 30 of file ezsubtreehandler.php.
Referenced by hasAttribute().
Cleanup any specific tables or other resources.
Reimplemented from eZNotificationEventHandler.
Definition at line 334 of file ezsubtreehandler.php.
Constructor
Definition at line 25 of file ezsubtreehandler.php.
| eZSubTreeHandler::fetchHttpInput | ( | $ | http, |
| $ | module | ||
| ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 287 of file ezsubtreehandler.php.
| eZSubTreeHandler::handle | ( | $ | event | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 57 of file ezsubtreehandler.php.
| eZSubTreeHandler::handlePublishEvent | ( | $ | event, |
| &$ | parameters | ||
| ) |
Definition at line 72 of file ezsubtreehandler.php.
Referenced by handle().
| eZSubTreeHandler::hasAttribute | ( | $ | attr | ) |
Reimplemented from eZNotificationEventHandler.
Definition at line 37 of file ezsubtreehandler.php.
| static eZSubTreeHandler::rules | ( | $ | user = false, |
| $ | offset = false, |
||
| $ | limit = false |
||
| ) | [static] |
Definition at line 265 of file ezsubtreehandler.php.
Referenced by attribute(), and eZNotificationFunctionCollection\subscribedNodes().
| static eZSubTreeHandler::rulesCount | ( | $ | user = false | ) | [static] |
Definition at line 276 of file ezsubtreehandler.php.
Referenced by eZNotificationFunctionCollection\subscribedNodesCount().
| eZSubTreeHandler::sendMessage | ( | $ | event, |
| $ | parameters | ||
| ) |
Definition at line 222 of file ezsubtreehandler.php.
Referenced by handle().
| eZSubTreeHandler::subscribedNodes | ( | $ | user = false | ) |
Definition at line 254 of file ezsubtreehandler.php.
Referenced by attribute().
| const eZSubTreeHandler::NOTIFICATION_HANDLER_ID = 'ezsubtree' |
Definition at line 19 of file ezsubtreehandler.php.
Referenced by handlePublishEvent().
| const eZSubTreeHandler::TRANSPORT = 'ezmail' |
Definition at line 20 of file ezsubtreehandler.php.
Referenced by handlePublishEvent(), and sendMessage().