PHP 클래스 IMP_Spam_Email, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_email string Reporting e-mail.
$_format string E-mail format.
$_opts array Additional options.

공개 메소드들

메소드 설명
__construct ( string $email, string $format, array $opts = [] ) Constructor.
report ( array $msgs, $action )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $email, string $format, array $opts = [] )
$email string Reporting e-mail.
$format string E-mail format.
$opts array Additional options: - digest_limit_msgs: (integer) Maximum number of messages allowed in a digest. - digest_limit_size: (integer) Maximum size of a digest.

report() 공개 메소드

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

프로퍼티 상세

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

Reporting e-mail.
protected string $_email
리턴 string

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

E-mail format.
protected string $_format
리턴 string

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

Additional options.
protected array $_opts
리턴 array