PHP 인터페이스 Swift_Transport, Halite

저자: Chris Corbyn
파일 보기 프로젝트 열기: HaliteChallenge/Halite 0 사용 예제들

공개 메소드들

메소드 설명
isStarted ( ) : boolean Test if this Transport mechanism has started.
registerPlugin ( Swift_Events_EventListener $plugin ) Register a plugin in the Transport.
send ( Swift_Mime_Message $message, string[] &$failedRecipients = null ) : integer Send the given Message.
start ( ) Start this Transport mechanism.
stop ( ) Stop this Transport mechanism.

메소드 상세

isStarted() 공개 메소드

Test if this Transport mechanism has started.
public isStarted ( ) : boolean
리턴 boolean

registerPlugin() 공개 메소드

Register a plugin in the Transport.
public registerPlugin ( Swift_Events_EventListener $plugin )
$plugin Swift_Events_EventListener

send() 공개 메소드

Recipient/sender data will be retrieved from the Message API. The return value is the number of recipients who were accepted for delivery.
public send ( Swift_Mime_Message $message, string[] &$failedRecipients = null ) : integer
$message Swift_Mime_Message
$failedRecipients string[] An array of failures by-reference
리턴 integer

start() 공개 메소드

Start this Transport mechanism.
public start ( )

stop() 공개 메소드

Stop this Transport mechanism.
public stop ( )