|
eZ Publish
[trunk]
|
The class eZNotificationTransport does. More...
Inheritance diagram for eZNotificationTransport:Public Member Functions | |
| eZNotificationTransport () | |
| send ($address=array(), $subject, $body, $transportData=null) | |
Static Public Member Functions | |
| static | instance ($transport=false, $forceNewInstance=false) |
| Returns a shared instance of the eZNotificationTransport class. | |
The class eZNotificationTransport does.
Definition at line 16 of file eznotificationtransport.php.
Constructor
Definition at line 21 of file eznotificationtransport.php.
Referenced by eZMailNotificationTransport\eZMailNotificationTransport(), and instance().
| static eZNotificationTransport::instance | ( | $ | transport = false, |
| $ | forceNewInstance = false |
||
| ) | [static] |
Returns a shared instance of the eZNotificationTransport class.
| string | false | $transport | Uses notification.ini[TransportSettings]DefaultTransport if false |
| bool | $forceNewInstance |
Definition at line 33 of file eznotificationtransport.php.
Referenced by eZGeneralDigestHandler\handle(), eZMailNotificationTransport\send(), eZCollaborationNotificationHandler\sendMessage(), and eZSubTreeHandler\sendMessage().
| eZNotificationTransport::send | ( | $ | address = array(), |
| $ | subject, | ||
| $ | body, | ||
| $ | transportData = null |
||
| ) |
Definition at line 77 of file eznotificationtransport.php.