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
  • 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_Filterable
  • Swift_ReplacementFilterFactory
  • Swift_Spool
  • Swift_StreamFilter

Exceptions

  • Swift_DependencyException
  • Swift_IoException
  • Swift_RfcComplianceException
  • Swift_SwiftException

Class Swift

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

Abstract
Package: Swift
Author: Chris Corbyn
Located at vendors/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
mixed
$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
string
$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
mixed
$callable A valid PHP callable that will be called when autoloading the first Swift class

Magic methods summary

Constants summary

string VERSION '4.2.1'
#

Swift Mailer Version number generated during dist release process

Swift Mailer Version number generated during dist release process

Properties summary

public static boolean $initialized
#
public static array $inits
#
Blesta API documentation generated by ApiGen 2.8.0