PHP Класс Swift_Plugins_Reporters_HitReporter, Halite

Автор: Chris Corbyn
Наследование: implements Swift_Plugins_Reporter
Показать файл Открыть проект Примеры использования класса

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

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