PHP 클래스 ezcWorkflowVisitorVisualization, Workflow

accept( $visitor ); print $visitor; ?>
상속: implements ezcWorkflowVisitor
파일 보기 프로젝트 열기: zetacomponents/workflow

보호된 프로퍼티들

프로퍼티 타입 설명
$edges Holds all the edges of the graph.
$nodes Holds the displayed strings for each of the nodes.
$properties array(string=>mixed) Properties.
$workflowName string Holds the name of the workflow.

공개 메소드들

메소드 설명
__construct ( ) Constructor.
__get ( string $propertyName ) Property get access.
__isset ( string $propertyName ) : boolean Property isset access.
__set ( string $propertyName, string $propertyValue ) Property set access.
__toString ( ) : boolean Returns a the contents of a graphviz .dot file.

보호된 메소드들

메소드 설명
doVisit ( ezcWorkflowVisitable $visitable ) Perform the visit.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

__get() 공개 메소드

Property get access.
public __get ( string $propertyName )
$propertyName string

__isset() 공개 메소드

Property isset access.
public __isset ( string $propertyName ) : boolean
$propertyName string
리턴 boolean

__set() 공개 메소드

Property set access.
public __set ( string $propertyName, string $propertyValue )
$propertyName string
$propertyValue string

__toString() 공개 메소드

Returns a the contents of a graphviz .dot file.
public __toString ( ) : boolean
리턴 boolean

doVisit() 보호된 메소드

Perform the visit.
protected doVisit ( ezcWorkflowVisitable $visitable )
$visitable ezcWorkflowVisitable

프로퍼티 상세

$edges 보호되어 있는 프로퍼티

Holds all the edges of the graph.
protected $edges

$nodes 보호되어 있는 프로퍼티

Holds the displayed strings for each of the nodes.
protected $nodes

$properties 보호되어 있는 프로퍼티

Properties.
protected array(string=>mixed) $properties
리턴 array(string=>mixed)

$workflowName 보호되어 있는 프로퍼티

Holds the name of the workflow.
protected string $workflowName
리턴 string