PHP 클래스 ezcWorkflowNodeVariableSet, Workflow

$value ) ); ?> Incoming nodes: 1 Outgoing nodes: 1
상속: extends ezcWorkflowNode
파일 보기 프로젝트 열기: zetacomponents/workflow 1 사용 예제들

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

The configuration is an array of keys and values of the format: array( 'workflow variable name' => value )
public __construct ( mixed $configuration = '' )
$configuration mixed

__toString() 공개 메소드

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

configurationFromXML() 공개 정적인 메소드

Generate node configuration from XML representation.
public static configurationFromXML ( DOMElement $element ) : array
$element DOMElement
리턴 array

configurationToXML() 공개 메소드

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

execute() 공개 메소드

Executes this by setting all the variables specified by the configuration.
public execute ( ezcWorkflowExecution $execution ) : boolean
$execution ezcWorkflowExecution
리턴 boolean true when the node finished execution, and false otherwise