XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_Plugins_Reporter Interface Reference
Inheritance diagram for Swift_Plugins_Reporter:
Inheritance graph

Public Member Functions

 notify (Swift_Mime_Message $message, $address, $result)
 

Public Attributes

const RESULT_FAIL = 0x10
 
const RESULT_PASS = 0x01
 

Detailed Description

Definition at line 19 of file Reporter.php.

Member Function Documentation

Swift_Plugins_Reporter::notify ( Swift_Mime_Message  $message,
  $address,
  $result 
)

Notifies this ReportNotifier that $address failed or succeeded.

Parameters
Swift_Mime_Message$message
string$address
int$resultfrom RESULT_FAIL

Implemented in Swift_Plugins_Reporters_HitReporter, and Swift_Plugins_Reporters_HtmlReporter.

Member Data Documentation

const Swift_Plugins_Reporter::RESULT_FAIL = 0x10

The recipient could not be accepted

Definition at line 26 of file Reporter.php.

Referenced by Swift_Plugins_ReporterPlugin\sendPerformed().

const Swift_Plugins_Reporter::RESULT_PASS = 0x01

The recipient was accepted for delivery

Definition at line 23 of file Reporter.php.

Referenced by Swift_Plugins_ReporterPlugin\sendPerformed().


The documentation for this interface was generated from the following file: