PHP Класс Swift, Halite

Автор: Chris Corbyn ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$initialized
$inits

Открытые методы

Метод Описание
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.

Описание методов

autoload() публичный статический Метод

Internal autoloader for spl_autoload_register().
public static autoload ( string $class )
$class string

init() публичный статический Метод

This enables you to tweak the default configuration in a lazy way.
public static init ( mixed $callable )
$callable mixed A valid PHP callable that will be called when autoloading the first Swift class

registerAutoload() публичный статический Метод

This is designed to play nicely with other autoloaders.
public static registerAutoload ( mixed $callable = null )
$callable mixed A valid PHP callable that will be called when autoloading the first Swift class

Описание свойств

$initialized публичное статическое свойство

public static $initialized

$inits публичное статическое свойство

public static $inits