ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.

AvailableNotificationEventTypes

Summary

Defines the list of available notification event types.

Usage

 

AvailableNotificationEventTypes[] =<notification event type name>

Description

eZ Publish will search for a notification event type class in each type defined.
Each type must be stored in

(path to notifications types)/mycustomcollaboration/mycustomcollaborationtype.php

Keep in mind that you must replace "(path to notifications types)" with the actual path to the collaboration type.

Examples

AvailableNotificationEventTypes[]=ezpublish
AvailableNotificationEventTypes[]=eznewcontent
AvailableNotificationEventTypes[]=ezcurrenttime
AvailableNotificationEventTypes[]=ezcollaboration
AvailableNotificationEventTypes[]=mycustomcollaboration

Ester Heylen (06/05/2010 4:24 pm)

Ester Heylen (11/05/2010 1:09 pm)


Comments

There are no comments.