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_EventObject

A base Event which all Event classes inherit from.

Swift_Events_EventObject implements Swift_Events_Event

Direct known subclasses

Swift_Events_CommandEvent, Swift_Events_ResponseEvent, Swift_Events_SendEvent, Swift_Events_TransportChangeEvent, Swift_Events_TransportExceptionEvent
Package: Swift\Events
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Events/EventObject.php
Methods summary
public
# __construct( object $source )

Create a new EventObject originating at $source.

Create a new EventObject originating at $source.

Parameters

$source
public object
# getSource( )

Get the source object of this event.

Get the source object of this event.

Returns

object

Implementation of

Swift_Events_Event::getSource()
public
# cancelBubble( boolean $cancel = true )

Prevent this Event from bubbling any further up the stack.

Prevent this Event from bubbling any further up the stack.

Parameters

$cancel
$cancel, optional

Implementation of

Swift_Events_Event::cancelBubble()
public boolean
# bubbleCancelled( )

Returns true if this Event will not bubble any further up the stack.

Returns true if this Event will not bubble any further up the stack.

Returns

boolean

Implementation of

Swift_Events_Event::bubbleCancelled()
Properties summary
private $_source

The source of this Event

The source of this Event

#
private boolean $_bubbleCancelled

The state of this Event (should it bubble up the stack?)

The state of this Event (should it bubble up the stack?)

# false
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen