PHP 클래스 ezcWorkflowNodeVariableDecrement, Workflow

Incoming nodes: 1 Outgoing nodes: 1
상속: extends ezcWorkflowNodeArithmeticBase
파일 보기 프로젝트 열기: zetacomponents/workflow

보호된 프로퍼티들

프로퍼티 타입 설명
$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