PHP Класс ezcWorkflowNodeVariableAdd, Workflow

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. This example will add five to 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
Наследование: extends ezcWorkflowNodeArithmeticBase
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Защищенные методы

Метод Описание
doExecute ( ) Perform variable modification.

Описание методов

__toString() публичный Метод

Returns a textual representation of this node.
public __toString ( ) : string
Результат string

configurationFromXML() публичный статический Метод

Generate node configuration from XML representation.
public static configurationFromXML ( DOMElement $element ) : array
$element DOMElement
Результат array

configurationToXML() публичный Метод

Generate XML representation of this node's configuration.
public configurationToXML ( DOMElement $element )
$element DOMElement

doExecute() защищенный Метод

Perform variable modification.
protected doExecute ( )