TYPO3
7.6
|
Static Public Member Functions | |
static | init ($callable) |
static | autoload ($class) |
static | registerAutoload ($callable=null) |
Public Attributes | |
const | VERSION = '@SWIFT_VERSION_NUMBER@' |
Static Public Attributes | |
static | $initialized = false |
static | $inits = array() |
General utility class in Swift Mailer, not to be instantiated.
|
static |
|
static |
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.
mixed | $callable | A valid PHP callable that will be called when autoloading the first Swift class |
|
static |