eZ Publish  [4.2]
eZNotificationEventFilter Class Reference

The class eZNotificationEventFilter does. More...

List of all members.

Public Member Functions

 eZNotificationEventFilter ()

Static Public Member Functions

static availableHandlers ()
static cleanup ()
static loadHandler ($directories, $handlerString)
static process ()

Detailed Description

The class eZNotificationEventFilter does.

Definition at line 39 of file eznotificationeventfilter.php.


Member Function Documentation

static eZNotificationEventFilter::availableHandlers ( ) [static]
static eZNotificationEventFilter::cleanup ( ) [static]

Goes through all event handlers and tells them to cleanup.

Note:
Transaction unsafe. If you call several transaction unsafe methods you must enclose the calls within a db transaction; thus within db->begin and db->commit.

Definition at line 160 of file eznotificationeventfilter.php.

eZNotificationEventFilter::eZNotificationEventFilter ( )

Constructor

Definition at line 44 of file eznotificationeventfilter.php.

static eZNotificationEventFilter::loadHandler ( directories,
handlerString 
) [static]

Definition at line 118 of file eznotificationeventfilter.php.

Referenced by availableHandlers().

static eZNotificationEventFilter::process ( ) [static]
Note:
Transaction unsafe. If you call several transaction unsafe methods you must enclose the calls within a db transaction; thus within db->begin and db->commit.

Definition at line 52 of file eznotificationeventfilter.php.


The documentation for this class was generated from the following file: