Incoming nodes: 1
Outgoing nodes: 1
Afficher le fichier
Open project: zetacomponents/workflow
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. |
public __construct ( mixed $configuration = '' ) | ||
$configuration | mixed |
public __toString ( ) : string | ||
Résultat | string |
public static configurationFromXML ( DOMElement $element ) : array | ||
$element | DOMElement | |
Résultat | array |
public configurationToXML ( DOMElement $element ) | ||
$element | DOMElement |