Property | Type | Description | |
---|---|---|---|
$initialized | |||
$inits |
Method | Description | |
---|---|---|
autoload ( string $class ) | Internal autoloader for spl_autoload_register(). | |
init ( mixed $callable ) | Registers an initializer callable that will be called the first time a SwiftMailer class is autoloaded. | |
registerAutoload ( mixed $callable = null ) | Configure autoloading using Swift Mailer. |
public static registerAutoload ( mixed $callable = null ) | ||
$callable | mixed | A valid PHP callable that will be called when autoloading the first Swift class |