TYPO3  7.6
Public Member Functions | List of all members
Swift_Plugins_Reporters_HtmlReporter Class Reference
Inheritance diagram for Swift_Plugins_Reporters_HtmlReporter:
Swift_Plugins_Reporter

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from Swift_Plugins_Reporter
const RESULT_PASS = 0x01
 
const RESULT_FAIL = 0x10
 

Detailed Description

A HTML output reporter for the Reporter plugin.

Author
Chris Corbyn

Definition at line 16 of file HtmlReporter.php.

Member Function Documentation

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

Notifies this ReportNotifier that $address failed or succeeded.

Parameters
Swift_Mime_Message$message
string$address
int$resultfrom {
See Also
RESULT_PASS, RESULT_FAIL}

Implements Swift_Plugins_Reporter.

Definition at line 25 of file HtmlReporter.php.