Home
last modified time | relevance | path

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

/plugin/swiftmail/Swift/Plugin/
H A DThrottler.php48 public function commandSent(Swift_Events_CommandEvent $e) function in Swift_Plugin_Throttler
50 parent::commandSent($e);
H A DBandwidthMonitor.php38 public function commandSent(Swift_Events_CommandEvent $e) function in Swift_Plugin_BandwidthMonitor
/plugin/swiftmail/Swift/Events/
H A DCommandListener.php24 public function commandSent(Swift_Events_CommandEvent $e); function