PHP Class Ingo_Script_Procmail_Default, horde

Author: Jan Schneider ([email protected])
Inheritance: implements Ingo_Script_Item
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_params

Méthodes publiques

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

Method Details

__construct() public méthode

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

generate() public méthode

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

Property Details

$_params protected_oe property

protected $_params