PHP 클래스 Swift_Plugins_Reporters_HitReporter, Halite

저자: Chris Corbyn
상속: implements Swift_Plugins_Reporter
파일 보기 프로젝트 열기: HaliteChallenge/Halite 1 사용 예제들

공개 메소드들

메소드 설명
clear ( ) Clear the buffer (empty the list).
getFailedRecipients ( ) : array Get an array of addresses for which delivery failed.
notify ( Swift_Mime_Message $message, string $address, integer $result ) Notifies this ReportNotifier that $address failed or succeeded.

메소드 상세

clear() 공개 메소드

Clear the buffer (empty the list).
public clear ( )

getFailedRecipients() 공개 메소드

Get an array of addresses for which delivery failed.
public getFailedRecipients ( ) : array
리턴 array

notify() 공개 메소드

Notifies this ReportNotifier that $address failed or succeeded.
public notify ( Swift_Mime_Message $message, string $address, integer $result )
$message Swift_Mime_Message
$address string
$result integer from {@link RESULT_PASS, RESULT_FAIL}