Workflow: ezcWorkflowNodeVariableIncrement
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcWorkflowNodeVariableIncrement
|
This node increments a workflow variable by one when executed.. [
source]
Incoming nodes: 1 Outgoing nodes: 1
Parents
ezcWorkflowNode
|
--ezcWorkflowNodeArithmeticBase
|
--ezcWorkflowNodeVariableIncrement
Inherited Constants
From
ezcWorkflowNode:
Member Variables
|
protected string |
$configuration
The name of the variable to be incremented. |
Inherited Member Variables
From
ezcWorkflowNodeArithmeticBase:
From
ezcWorkflowNode:
Method Summary
|
public static void |
configurationFromXML(
$element )
Generate node configuration from XML representation. |
|
public void |
configurationToXML(
$element )
Generate XML representation of this node's configuration. |
|
protected void |
doExecute(
)
Perform variable modification. |
Inherited Methods
From
ezcWorkflowNodeArithmeticBase :
From
ezcWorkflowNode :
Methods
configurationFromXML
void configurationFromXML(
$element )
Generate node configuration from XML representation.
Parameters
| Name |
Type |
Description |
$element |
DOMElement |
|
Redefinition of
configurationToXML
void configurationToXML(
$element )
Generate XML representation of this node's configuration.
Parameters
| Name |
Type |
Description |
$element |
DOMElement |
|
Redefinition of
doExecute
void doExecute(
)
Perform variable modification.
Redefinition of
Last updated: Thu, 31 Jan 2008