PHP Класс ezcWorkflowNodeVariableDecrement, Workflow

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

Защищенные свойства (Protected)

Свойство Тип Описание
$configuration string The name of the variable to be decremented.

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

Метод Описание
__toString ( ) : string Returns a textual representation of this node.
configurationFromXML ( DOMElement $element ) : string Generate node configuration from XML representation.
configurationToXML ( DOMElement $element ) Generate XML representation of this node's configuration.

Защищенные методы

Метод Описание
doExecute ( ) Perform variable modification.

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

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

Returns a textual representation of this node.
public __toString ( ) : string
Результат string

configurationFromXML() публичный статический Метод

Generate node configuration from XML representation.
public static configurationFromXML ( DOMElement $element ) : string
$element DOMElement
Результат string

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

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

doExecute() защищенный Метод

Perform variable modification.
protected doExecute ( )

Описание свойств

$configuration защищенное свойство

The name of the variable to be decremented.
protected string $configuration
Результат string