Class Swift_Events_CommandEvent
Generated when a command is sent over an SMTP connection.
- Swift_Events_EventObject implements Swift_Events_Event
- Swift_Events_CommandEvent
Package: Swift\Events
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Events/CommandEvent.php
Methods summary
public
|
#
__construct(
Create a new CommandEvent for $source with $command. |
public
string
|
|
public
int[]
|
Methods inherited from Swift_Events_EventObject
bubbleCancelled()
,
cancelBubble()
,
getSource()
Magic methods summary
Properties summary
private
string
|
$_command |
#
The command sent to the server. |
private
int[]
|
$_successCodes |
#
An array of codes which a successful response will contain. |