PHP Class ezcWorkflowNodeVariableUnset, Workflow

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

Méthodes publiques

Méthode Description
__construct ( mixed $configuration = '' ) Constructs a new unset node.
__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.
execute ( ezcWorkflowExecution $execution ) : boolean Executes this node.

Method Details

__construct() public méthode

Configuration format: String: The name of the workflow variable to unset. Array: An array of names of the workflow variables to unset.
public __construct ( mixed $configuration = '' )
$configuration mixed

__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 ) : array
$element DOMElement
Résultat array

configurationToXML() public méthode

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

execute() public méthode

Executes this node.
public execute ( ezcWorkflowExecution $execution ) : boolean
$execution ezcWorkflowExecution
Résultat boolean true when the node finished execution, and false otherwise