PHP Класс ezcWorkflowVisitorVisualization, Workflow

accept( $visitor ); print $visitor; ?>
Наследование: implements ezcWorkflowVisitor
Показать файл Открыть проект

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

Свойство Тип Описание
$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