PHP Класс ezcWorkflowNodeVariableUnset, Workflow

Incoming nodes: 1 Outgoing nodes: 1
Наследование: extends ezcWorkflowNode
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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() публичный Метод

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 node.
public execute ( ezcWorkflowExecution $execution ) : boolean
$execution ezcWorkflowExecution
Результат boolean true when the node finished execution, and false otherwise