|
eZ Publish
[4.2]
|
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 39 of file eznotificationtransport.php.
| eZNotificationTransport::eZNotificationTransport | ( | ) |
Constructor
Definition at line 44 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.
| $transport | string|false Uses notification.ini[TransportSettings]DefaultTransport if false |
| $forceNewInstance | bool |
Definition at line 56 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 100 of file eznotificationtransport.php.