|
eZ Publish
[4.2]
|
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 40 of file eznotificationeventtype.php.
| static eZNotificationEventType::allowedTypes | ( | ) | [static] |
Definition at line 123 of file eznotificationeventtype.php.
Referenced by loadAndRegisterAllTypes().
| eZNotificationEventType::attribute | ( | $ | attr | ) |
Reimplemented in eZCollaborationEventType.
Definition at line 94 of file eznotificationeventtype.php.
| eZNotificationEventType::attributes | ( | ) |
Reimplemented in eZCollaborationEventType.
Definition at line 83 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 59 of file eznotificationeventtype.php.
| eZNotificationEventType::eventContent | ( | $ | event | ) |
Reimplemented in eZCollaborationEventType, eZCurrentTimeType, and eZPublishType.
Definition at line 118 of file eznotificationeventtype.php.
| eZNotificationEventType::eventDescription | ( | ) |
Definition at line 109 of file eznotificationeventtype.php.
Referenced by attribute().
| eZNotificationEventType::execute | ( | $ | event | ) |
Definition at line 114 of file eznotificationeventtype.php.
| eZNotificationEventType::eZNotificationEventType | ( | $ | notificationEventTypeString | ) |
Constructor
Definition at line 45 of file eznotificationeventtype.php.
Referenced by eZCollaborationEventType\eZCollaborationEventType(), eZCurrentTimeType\eZCurrentTimeType(), and eZPublishType\eZPublishType().
| eZNotificationEventType::hasAttribute | ( | $ | attr | ) |
Reimplemented in eZCollaborationEventType.
Definition at line 89 of file eznotificationeventtype.php.
| eZNotificationEventType::initializeEvent | ( | $ | event, |
| $ | params | ||
| ) |
Reimplemented in eZCollaborationEventType, eZPublishType, and eZCurrentTimeType.
Definition at line 50 of file eznotificationeventtype.php.
| static eZNotificationEventType::loadAndRegisterAllTypes | ( | ) | [static] |
Definition at line 135 of file eznotificationeventtype.php.
| static eZNotificationEventType::loadAndRegisterType | ( | $ | type | ) | [static] |
Definition at line 144 of file eznotificationeventtype.php.
Referenced by create(), and loadAndRegisterAllTypes().
| static eZNotificationEventType::register | ( | $ | notificationTypeString, |
| $ | className | ||
| ) | [static] |
Definition at line 182 of file eznotificationeventtype.php.