'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
Показать файл
Открыть проект
Метод | Описание | |
---|---|---|
__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. |
public __toString ( ) : string | ||
Результат | string |
public static configurationFromXML ( DOMElement $element ) : array | ||
$element | DOMElement | |
Результат | array |
public configurationToXML ( DOMElement $element ) | ||
$element | DOMElement |