XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
clear () | |
getFailedRecipients () | |
notify (Swift_Mime_Message $message, $address, $result) | |
Private Attributes | |
$_failures = array() | |
$_failures_cache = array() | |
Additional Inherited Members | |
Public Attributes inherited from Swift_Plugins_Reporter | |
const | RESULT_FAIL = 0x10 |
const | RESULT_PASS = 0x01 |
Definition at line 20 of file HitReporter.php.
Swift_Plugins_Reporters_HitReporter::clear | ( | ) |
Clear the buffer (empty the list).
Definition at line 58 of file HitReporter.php.
Swift_Plugins_Reporters_HitReporter::getFailedRecipients | ( | ) |
Get an array of addresses for which delivery failed.
Definition at line 50 of file HitReporter.php.
References $_failures.
Swift_Plugins_Reporters_HitReporter::notify | ( | Swift_Mime_Message | $message, |
$address, | |||
$result | |||
) |
Notifies this ReportNotifier that $address failed or succeeded.
Swift_Mime_Message | $message | |
string | $address | |
int | $result | from RESULT_FAIL |
Implements Swift_Plugins_Reporter.
Definition at line 37 of file HitReporter.php.
References $result.
|
private |
Definition at line 28 of file HitReporter.php.
Referenced by getFailedRecipients().
|
private |
Definition at line 29 of file HitReporter.php.