Home
last modified time | relevance | path

Searched refs:Swift_Events_SendEvent (Results 1 – 11 of 11) sorted by relevance

/plugin/swiftmail/Swift/Events/
DBeforeSendListener.php22 * @param Swift_Events_SendEvent Information about the message being sent
24 public function beforeSendPerformed(Swift_Events_SendEvent $e);
DSendListener.php21 * @param Swift_Events_SendEvent Information about the message being sent
23 public function sendPerformed(Swift_Events_SendEvent $e);
DSendEvent.php18 class Swift_Events_SendEvent extends Swift_Events class
/plugin/swiftmail/Swift/Plugin/
DMailSend.php96 * @param Swift_Events_SendEvent The event information
98 public function beforeSendPerformed(Swift_Events_SendEvent $e)
108 * @param Swift_Events_SendEvent The event information
111 public function sendPerformed(Swift_Events_SendEvent $e)
DAntiFlood.php91 * @param Swift_Events_SendEvent The event information
94 public function sendPerformed(Swift_Events_SendEvent $e)
DVerboseSending.php41 * @param Swift_Events_SendEvent
43 public function sendPerformed(Swift_Events_SendEvent $e)
DConnectionRotator.php71 * @param Swift_Events_SendEvent The event information
74 public function sendPerformed(Swift_Events_SendEvent $e)
DThrottler.php65 * @param Swift_Events_SendEvent
67 public function sendPerformed(Swift_Events_SendEvent $e)
DDecorator.php107 * @param Swift_Events_SendEvent The event object for sending a message
109 public function beforeSendPerformed(Swift_Events_SendEvent $e)
DFileEmbedder.php401 * @param Swift_Events_SendEvent
403 public function beforeSendPerformed(Swift_Events_SendEvent $e)
/plugin/swiftmail/
DSwift.php363 $send_event = new Swift_Events_SendEvent($message, $list, $from, 0);