ibexa

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

handler_list

Summary

Fetches the available notification handlers.

Usage

fetch( 'notification', 'handler_list' )

Returns

An array of notification handler objects.

Description

This function fetches all the available notification handlers and returns an array containing handler objects.

Examples

Example 1

{def $handlers=fetch( 'notification', 'handler_list' )}
{foreach $handlers as $handler}
    {$handler.id_string} <br />
{/foreach}

Outputs the identification string of all the available notification handlers.

Balazs Halasy (06/02/2004 12:42 pm)

Balazs Halasy (04/04/2005 9:41 am)


Comments

There are no comments.