PHP Interface Swift_Plugins_Reporter, Halite

Author: Chris Corbyn
显示文件 Open project: HaliteChallenge/Halite Interface Usage Examples

Public Methods

Method Description
notify ( Swift_Mime_Message $message, string $address, integer $result ) Notifies this ReportNotifier that $address failed or succeeded.

Method Details

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}