PHP 클래스 Swift, Halite

저자: Chris Corbyn ([email protected])
파일 보기 프로젝트 열기: HaliteChallenge/Halite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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