PHP Class Swift_Plugins_Reporters_HitReporter, Halite

Author: Chris Corbyn
Inheritance: implements Swift_Plugins_Reporter
Mostra file Open project: HaliteChallenge/Halite Class Usage Examples

Public Methods

Method Description
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.

Method Details

clear() public method

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

getFailedRecipients() public method

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

notify() public method

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}