\Ingo_Script_Maildrop_Variable

The Ingo_Script_Maildrop_Variable class represents a Maildrop variable.

Summary

Methods
Properties
Constants
__construct()
generate()
No public properties found
No constants found
No protected methods found
$_name
$_value
N/A
No private methods found
No private properties found
N/A

Properties

$_name

$_name : 

Type

$_value

$_value : 

Type

Methods

__construct()

__construct(array  $params = array()) 

Constructs a new maildrop variable.

Parameters

array $params

Array of parameters. Expected fields are 'name' and 'value'.

generate()

generate() : string

Generates maildrop code to represent the variable.

Returns

string —

maildrop code to represent the variable.