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
  • Swift_ConfigurableSpool
  • Swift_DependencyContainer
  • Swift_FileSpool
  • Swift_Mailer
  • Swift_MemorySpool
  • Swift_NullTransport
  • Swift_Preferences
  • Swift_SpoolTransport
  • Swift_StreamFilters_ByteArrayReplacementFilter
  • Swift_StreamFilters_StringReplacementFilter
  • Swift_StreamFilters_StringReplacementFilterFactory
  • Swift_Transport_NullTransport
  • Swift_Transport_SpoolTransport
  • Swift_Validate

Interfaces

  • Swift_DependencyException
  • Swift_Filterable
  • Swift_IoException
  • Swift_ReplacementFilterFactory
  • Swift_RfcComplianceException
  • Swift_Spool
  • Swift_StreamFilter
  • Swift_SwiftException
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class Swift

General utility class in Swift Mailer, not to be instantiated.

Abstract
Package: Swift
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift.php
Methods summary
public static
# init( mixed $callable )

Registers an initializer callable that will be called the first time a SwiftMailer class is autoloaded.

Registers an initializer callable that will be called the first time a SwiftMailer class is autoloaded.

This enables you to tweak the default configuration in a lazy way.

Parameters

$callable
A valid PHP callable that will be called when autoloading the first Swift class
public static
# autoload( string $class )

Internal autoloader for spl_autoload_register().

Internal autoloader for spl_autoload_register().

Parameters

$class
public static
# registerAutoload( mixed $callable = null )

Configure autoloading using Swift Mailer.

Configure autoloading using Swift Mailer.

This is designed to play nicely with other autoloaders.

Parameters

$callable
A valid PHP callable that will be called when autoloading the first Swift class
Constants summary
string VERSION

Swift Mailer Version number generated during dist release process

Swift Mailer Version number generated during dist release process

# '4.2.1'
Properties summary
public static boolean $initialized
# false
public static array $inits
# array()
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen