/var/www/flurhymez/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events
NameSizeModeActions
CommandEvent.php13720644editdlrm
CommandListener.php5230644editdlrm
Event.php7770644editdlrm
EventDispatcher.php20010644editdlrm
EventListener.php3510644editdlrm
EventObject.php12840644editdlrm
ResponseEvent.php12690644editdlrm
ResponseListener.php5260644editdlrm
SendEvent.php26530644editdlrm
SendListener.php6670644editdlrm
SimpleEventDispatcher.php43540644editdlrm
TransportChangeEvent.php5640644editdlrm
TransportChangeListener.php9960644editdlrm
TransportExceptionEvent.php9540644editdlrm
TransportExceptionListener.php5730644editdlrm
Edit: /var/www/flurhymez/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; } }