PHP Class IMP_Maillog_Log_Redirect, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends IMP_Maillog_Log_Sentmail
ファイルを表示 Open project: horde/horde

Protected Properties

Property Type Description
$_action
$_msgidHeader string Message ID header label.
$_recipients string List of recipients.

Public Methods

Method Description
__construct ( array $params = [] )
__get ( $name )
addData ( )

Protected Methods

Method Description
_getMessage ( )

Method Details

__construct() public method

public __construct ( array $params = [] )
$params array Parameters: - recipients: (string) Recipient list.

__get() public method

public __get ( $name )

_getMessage() protected method

protected _getMessage ( )

addData() public method

public addData ( )

Property Details

$_action protected_oe property

protected $_action

$_msgidHeader protected_oe property

Message ID header label.
protected string $_msgidHeader
return string

$_recipients protected_oe property

List of recipients.
protected string $_recipients
return string