PHP Класс ezcWorkflowNodeVariableSub, Workflow
An object of the ezcWorkflowNodeVariableSub class subtracts a given operand, either a
constant or the value of another workflow variable, from a specifled workflow variable.
This example will subtract five from the contents of the workflow variable
'wfVar' and put the result back in 'wfVar'.
'wfVar', 'operand' => 5 )
);
?>
If operand is a string, the value of the workflow variable identified by that string is used.
Incoming nodes: 1
Outgoing nodes: 1
Показать файл
Открыть проект
Открытые методы
Защищенные методы
Метод |
Описание |
|
doExecute ( ) |
Perform variable modification. |
|
Описание методов
__toString()
публичный Метод
Returns a textual representation of this node.
configurationFromXML()
публичный статический Метод
Generate node configuration from XML representation.
configurationToXML()
публичный Метод
Generate XML representation of this node's configuration.
doExecute()
защищенный Метод
Perform variable modification.