PHP Class Ingo_Script_Procmail_Variable, horde

Author: Michael Slusarz ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: implements Ingo_Script_Item
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_name
$_value

Public Methods

Method Description
__construct ( array $params = [] ) Constructs a new procmail variable.
generate ( ) : string Generates procmail code to represent the variable.

Method Details

__construct() public method

Constructs a new procmail variable.
public __construct ( array $params = [] )
$params array Array of parameters. Expected fields are 'name' and 'value'.

generate() public method

Generates procmail code to represent the variable.
public generate ( ) : string
return string Procmail code to represent the variable.

Property Details

$_name protected_oe property

protected $_name

$_value protected_oe property

protected $_value