PHP Class ezcWorkflowNodeVariableMul, Workflow
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'.
'wfVar', 'operand' => 5 )
);
?>
If the operand is a string, the value of the workflow variable identified by that string is used.
Incoming nodes: 1
Outgoing nodes: 1
Afficher le fichier
Open project: zetacomponents/workflow
Méthodes publiques
Méthode |
Description |
|
__toString ( ) : string |
Returns a textual representation of this node. |
|
configurationFromXML ( DOMElement $element ) : array |
Generate node configuration from XML representation. |
|
configurationToXML ( DOMElement $element ) |
Generate XML representation of this node's configuration. |
|
Méthodes protégées
Méthode |
Description |
|
doExecute ( ) |
Perform variable modification. |
|
Method Details
__toString()
public méthode
Returns a textual representation of this node.
configurationFromXML()
public static méthode
Generate node configuration from XML representation.
configurationToXML()
public méthode
Generate XML representation of this node's configuration.
doExecute()
protected méthode
Perform variable modification.