PHP Class Swift_Plugins_Reporters_HitReporter, Halite

Author: Chris Corbyn
Inheritance: implements Swift_Plugins_Reporter
Afficher le fichier Open project: HaliteChallenge/Halite Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getFailedRecipients() public méthode

Get an array of addresses for which delivery failed.
public getFailedRecipients ( ) : array
Résultat array

notify() public méthode

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}