Path

ez components / documentation / api reference / 2006.2 / mail


eZ Components 2006.2

Mail: ezcSignalStaticConnectionsBase

[ Tutorial ] [ Display-example ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Interface: ezcSignalStaticConnectionsBase

Interface for classes that implement a mail transport. [source]
Subclasses must implement the send() method.

Method Summary

public array(int=>array(callback)) getConnections( $identifier, $signal )
Returns all the connections for signals $signal in signal collections with the identifier $identifier.

Methods

getConnections

array(int=>array(callback)) getConnections( string $identifier, string $signal )
Returns all the connections for signals $signal in signal collections with the identifier $identifier.
The format of the returned array is (priority=>array(phpCallbacks))
The callback type is explained in the PHP manual (http://php.net/callback).
The returned array MUST be sorted on priority.

Parameters

Name Type Description
$identifier string  
$signal string  

Last updated: Thu, 01 Nov 2007