PHP Class ezcWorkflowNodeVariableDecrement, Workflow

Incoming nodes: 1 Outgoing nodes: 1
Inheritance: extends ezcWorkflowNodeArithmeticBase
Show file Open project: zetacomponents/workflow

Protected Properties

Property Type Description
$configuration string The name of the variable to be decremented.

Public Methods

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.

Protected Methods

Method Description
doExecute ( ) Perform variable modification.

Method Details

__toString() public method

Returns a textual representation of this node.
public __toString ( ) : string
return string

configurationFromXML() public static method

Generate node configuration from XML representation.
public static configurationFromXML ( DOMElement $element ) : string
$element DOMElement
return string

configurationToXML() public method

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

doExecute() protected method

Perform variable modification.
protected doExecute ( )

Property Details

$configuration protected property

The name of the variable to be decremented.
protected string $configuration
return string