/var/www/cobraambalaj/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events
Edit: /var/www/cobraambalaj/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/CommandEvent.php (1372B)
command = $command;
$this->successCodes = $successCodes;
}
/**
* Get the command which was sent to the server.
*
* @return string
*/
public function getCommand()
{
return $this->command;
}
/**
* Get the numeric response codes which indicate success for this command.
*
* @return int[]
*/
public function getSuccessCodes()
{
return $this->successCodes;
}
}