PHP Class Ingo_Script_Procmail_Default, horde

Author: Jan Schneider ([email protected])
Inheritance: implements Ingo_Script_Item
ファイルを表示 Open project: horde/horde

Protected Properties

Property Type Description
$_params

Public Methods

Method Description
__construct ( array $params = [] ) Constructor.
generate ( ) : string Generates procmail code to represent the default delivery rule.

Method Details

__construct() public method

Constructor.
public __construct ( array $params = [] )
$params array Array of parameters. Expected fields are 'delivery_agent' and optionally 'delivery_mailbox_prefix'.

generate() public method

Generates procmail code to represent the default delivery rule.
public generate ( ) : string
return string Procmail code to represent the default rule.

Property Details

$_params protected_oe property

protected $_params