Workflow: ezcWorkflowNodeVariableAdd
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowNodeVariableAdd
|
Adds a workflow variable together with another variable or a constant value. [
source]
An object of the ezcWorkflowNodeVariableAdd class adds a given operand, either a constant or the value of another workflow variable, to a specified workflow variable.
1. $add = new ezcWorkflowNodeVariableAdd (
2. array ( 'name' = > 'variable name' , 'operand' = > $operand )
3. );
If $value is a string, the value of the workflow variable identified by that string is used.
Incoming nodes: 1 Outgoing nodes: 1
Parents
ezcWorkflowNode
|
--ezcWorkflowNodeArithmeticBase
|
--ezcWorkflowNodeVariableAdd
Inherited Constants
From
ezcWorkflowNode:
Inherited Member Variables
From
ezcWorkflowNodeArithmeticBase:
From
ezcWorkflowNode:
Method Summary
|
protected void |
doExecute(
)
Perform variable modification. |
Inherited Methods
From
ezcWorkflowNodeArithmeticBase :
From
ezcWorkflowNode :
Methods
doExecute
void doExecute(
)
Perform variable modification.
Redefinition of
Last updated: Wed, 28 Nov 2007