$value ) );
?>
Incoming nodes: 1
Outgoing nodes: 1
显示文件
Open project: zetacomponents/workflow
Class Usage Examples
Method | Description | |
---|---|---|
__construct ( mixed $configuration = '' ) | Constructs a new variable set node with the configuration $configuration. | |
__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 by setting all the variables specified by the configuration. |
public __construct ( mixed $configuration = '' ) | ||
$configuration | mixed |
public __toString ( ) : string | ||
return | string |
public static configurationFromXML ( DOMElement $element ) : array | ||
$element | DOMElement | |
return | array |
public configurationToXML ( DOMElement $element ) | ||
$element | DOMElement |