accept( $visitor );
print $visitor;
?>
파일 보기
프로젝트 열기: 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. |
public __toString ( ) : boolean | ||
리턴 | boolean |
protected doVisit ( ezcWorkflowVisitable $visitable ) | ||
$visitable | ezcWorkflowVisitable |
protected array(string=>mixed) $properties | ||
리턴 | array(string=>mixed) |