PHP Class Horde_Spam_Program, horde

Author: Michael Slusarz ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Spam_Base
Exibir arquivo Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_binary string Binary location.

Public Methods

Method Description
__construct ( string $binary ) Constructor.
report ( array $msgs, $action )

Protected Methods

Method Description
_report ( string $message ) : boolean Reports a single spam message.

Method Details

__construct() public method

Constructor.
public __construct ( string $binary )
$binary string Binary location.

_report() protected method

Reports a single spam message.
protected _report ( string $message ) : boolean
$message string Message content.
return boolean False on error, true on success.

report() public method

public report ( array $msgs, $action )
$msgs array

Property Details

$_binary protected_oe property

Binary location.
protected string $_binary
return string