Workflow: ezcWorkflowNodeVariableMul
[ ]
[ Theoretical background ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowNodeVariableMul
|
Multiplies a workflow variable with another variable or a constant value. [
source]
An object of the ezcWorkflowNodeVariableMul class multiplies a specified workflow variable with a given operand, either a constant or the value of another workflow variable.
This example will multiply the contents of the workflow variable 'wfVar' by five and put the result in 'wfVar'.
If the operand is a string, the value of the workflow variable identified by that string is used.
Incoming nodes: 1 Outgoing nodes: 1
Parents
ezcWorkflowNode
|
--ezcWorkflowNodeArithmeticBase
|
--ezcWorkflowNodeVariableMul
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: Tue, 02 Dec 2008