PHP 인터페이스 ezcWorkflowVisitable, Workflow

All elements that will be part of the workflow tree must implement this interface. {@link http://en.wikipedia.org/wiki/Visitor_pattern Information on the Visitor pattern.}
파일 보기 프로젝트 열기: zetacomponents/workflow 0 사용 예제들

공개 메소드들

메소드 설명
accept ( ezcWorkflowVisitor $visitor ) Accepts the visitor.

메소드 상세

accept() 공개 메소드

Accepts the visitor.
public accept ( ezcWorkflowVisitor $visitor )
$visitor ezcWorkflowVisitor