PHP 클래스 IMP_Spam_Program, horde

저자: Michael Slusarz ([email protected])
상속: implements IMP_Spam_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_binary string Binary location.

공개 메소드들

메소드 설명
__construct ( string $binary ) Constructor.
report ( array $msgs, $action )

보호된 메소드들

메소드 설명
_report ( IMP_Contents $contents ) : boolean Report a single spam message.

메소드 상세

__construct() 공개 메소드

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

_report() 보호된 메소드

Report a single spam message.
protected _report ( IMP_Contents $contents ) : boolean
$contents IMP_Contents Contents object.
리턴 boolean False on error, true on success.

report() 공개 메소드

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

프로퍼티 상세

$_binary 보호되어 있는 프로퍼티

Binary location.
protected string $_binary
리턴 string