|
eZ Publish
[trunk]
|
The class eZNotificationEventType does. More...
Inheritance diagram for eZNotificationEventType:Public Member Functions | |
| attribute ($attr) | |
| attributes () | |
| eventContent ($event) | |
| eventDescription () | |
| execute ($event) | |
| eZNotificationEventType ($notificationEventTypeString) | |
| hasAttribute ($attr) | |
| initializeEvent ($event, $params) | |
Static Public Member Functions | |
| static | allowedTypes () |
| static | create ($notificationEventTypeString) |
| static | loadAndRegisterAllTypes () |
| static | loadAndRegisterType ($type) |
| static | register ($notificationTypeString, $className) |
The class eZNotificationEventType does.
Definition at line 17 of file eznotificationeventtype.php.
| static eZNotificationEventType::allowedTypes | ( | ) | [static] |
Definition at line 100 of file eznotificationeventtype.php.
Referenced by loadAndRegisterAllTypes().
| eZNotificationEventType::attribute | ( | $ | attr | ) |
Reimplemented in eZCollaborationEventType.
Definition at line 71 of file eznotificationeventtype.php.
Reimplemented in eZCollaborationEventType.
Definition at line 60 of file eznotificationeventtype.php.
Referenced by eZCollaborationEventType\attributes(), and hasAttribute().
| static eZNotificationEventType::create | ( | $ | notificationEventTypeString | ) | [static] |
Crates a datatype instance of the datatype string id $dataTypeString.
Definition at line 36 of file eznotificationeventtype.php.
| eZNotificationEventType::eventContent | ( | $ | event | ) |
Reimplemented in eZCollaborationEventType, eZCurrentTimeType, and eZPublishType.
Definition at line 95 of file eznotificationeventtype.php.
Definition at line 86 of file eznotificationeventtype.php.
Referenced by attribute().
| eZNotificationEventType::execute | ( | $ | event | ) |
Definition at line 91 of file eznotificationeventtype.php.
| eZNotificationEventType::eZNotificationEventType | ( | $ | notificationEventTypeString | ) |
Constructor
Definition at line 22 of file eznotificationeventtype.php.
Referenced by eZCollaborationEventType\eZCollaborationEventType(), eZCurrentTimeType\eZCurrentTimeType(), and eZPublishType\eZPublishType().
| eZNotificationEventType::hasAttribute | ( | $ | attr | ) |
Reimplemented in eZCollaborationEventType.
Definition at line 66 of file eznotificationeventtype.php.
| eZNotificationEventType::initializeEvent | ( | $ | event, |
| $ | params | ||
| ) |
Reimplemented in eZCollaborationEventType, eZPublishType, and eZCurrentTimeType.
Definition at line 27 of file eznotificationeventtype.php.
| static eZNotificationEventType::loadAndRegisterAllTypes | ( | ) | [static] |
Definition at line 112 of file eznotificationeventtype.php.
| static eZNotificationEventType::loadAndRegisterType | ( | $ | type | ) | [static] |
Definition at line 121 of file eznotificationeventtype.php.
Referenced by create(), and loadAndRegisterAllTypes().
| static eZNotificationEventType::register | ( | $ | notificationTypeString, |
| $ | className | ||
| ) | [static] |
Definition at line 159 of file eznotificationeventtype.php.