Home
last modified time | relevance | path

Searched refs:Swift_Events_ConnectEvent (Results 1 – 3 of 3) sorted by relevance

/plugin/swiftmail/Swift/Events/
H A DConnectListener.php22 * @param Swift_Events_ConnectEvent Information about the connection
24 public function connectPerformed(Swift_Events_ConnectEvent $e);
H A DConnectEvent.php18 class Swift_Events_ConnectEvent extends Swift_Events class
/plugin/swiftmail/
H A DSwift.php223 $this->notifyListeners(new Swift_Events_ConnectEvent($this->connection), "ConnectListener");