Incoming nodes: 1
Outgoing nodes: 1
Mostra file
Open project: zetacomponents/workflow
Property | Type | Description | |
---|---|---|---|
$configuration | string | The name of the variable to be decremented. |
Method | Description | |
---|---|---|
__toString ( ) : string | Returns a textual representation of this node. | |
configurationFromXML ( DOMElement $element ) : string | Generate node configuration from XML representation. | |
configurationToXML ( DOMElement $element ) | Generate XML representation of this node's configuration. |
Method | Description | |
---|---|---|
doExecute ( ) | Perform variable modification. |
public __toString ( ) : string | ||
return | string |
public static configurationFromXML ( DOMElement $element ) : string | ||
$element | DOMElement | |
return | string |
public configurationToXML ( DOMElement $element ) | ||
$element | DOMElement |
protected string $configuration | ||
return | string |