Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • components
        • events
          • default
      • controllers
      • models
    • components
      • auth
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • exchange
        • rates
          • foxrate
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
      • json
      • modules
      • net
        • http
        • net
          • amazon
            • s3
          • geo
            • ip
      • plugins
      • recaptcha
      • security
      • session
        • cart
      • settingscollection
      • upgrades
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
  • com
    • tecnick
      • tcpdf
        • blesta
          • components
            • invoice
              • templates
                • quickbooks
                  • invoice
                • templates
                  • default
  • Crypt
    • AES
    • DES
    • Hash
    • Random
    • RC4
    • Rijndael
    • RSA
    • TerraDES
  • File
    • ANSI
    • ASN1
    • X509
  • Math
    • BigInteger
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • html
      • xml
    • lib
  • Net
    • SFTP
    • SSH1
    • SSH2
  • None
  • PHP
  • PHPMailer
  • Services
    • JSON
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_Events_CommandEvent
  • Swift_Events_EventObject
  • Swift_Events_ResponseEvent
  • Swift_Events_SendEvent
  • Swift_Events_SimpleEventDispatcher
  • Swift_Events_TransportChangeEvent
  • Swift_Events_TransportExceptionEvent

Interfaces

  • Swift_Events_CommandListener
  • Swift_Events_Event
  • Swift_Events_EventDispatcher
  • Swift_Events_EventListener
  • Swift_Events_ResponseListener
  • Swift_Events_SendListener
  • Swift_Events_TransportChangeListener
  • Swift_Events_TransportExceptionListener

Class Swift_Events_CommandEvent

Generated when a command is sent over an SMTP connection.

Swift_Events_EventObject implements Swift_Events_Event
Extended by Swift_Events_CommandEvent
Package: Swift\Events
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Events/CommandEvent.php

Methods summary

public
# __construct( Swift_Transport $source, string $command, array $successCodes = array() )

Create a new CommandEvent for $source with $command.

Create a new CommandEvent for $source with $command.

Parameters

$source
Swift_Transport
$source
$command
string
$command
$successCodes
array
$successCodes

Overrides

Swift_Events_EventObject::__construct
public string
# getCommand( )

Get the command which was sent to the server.

Get the command which was sent to the server.

Returns

string
public int[]
# getSuccessCodes( )

Get the numeric response codes which indicate success for this command.

Get the numeric response codes which indicate success for this command.

Returns

int[]

Methods inherited from Swift_Events_EventObject

bubbleCancelled(), cancelBubble(), getSource()

Magic methods summary

Properties summary

private string $_command
#

The command sent to the server.

The command sent to the server.

private int[] $_successCodes
#

An array of codes which a successful response will contain.

An array of codes which a successful response will contain.

Blesta API documentation generated by ApiGen 2.8.0