Home
last modified time | relevance | path

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

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