PHP Class ezcWorkflowNodeVariableDecrement, Workflow

Incoming nodes: 1 Outgoing nodes: 1
Inheritance: extends ezcWorkflowNodeArithmeticBase
Afficher le fichier Open project: zetacomponents/workflow

Protected Properties

Свойство Type Description
$configuration string The name of the variable to be decremented.

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
doExecute ( ) Perform variable modification.

Method Details

__toString() public méthode

Returns a textual representation of this node.
public __toString ( ) : string
Résultat string

configurationFromXML() public static méthode

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

configurationToXML() public méthode

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

doExecute() protected méthode

Perform variable modification.
protected doExecute ( )

Property Details

$configuration protected_oe property

The name of the variable to be decremented.
protected string $configuration
Résultat string