Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • 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
  • Overview
  • Package
  • Class
  • Todo
  • Download

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 classes/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
$command
$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()
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.

# array()
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen