PHP 클래스 ServiceObjectThatDoesNotFinish, Workflow

상속: implements ezcWorkflowServiceObject
파일 보기 프로젝트 열기: zetacomponents/workflow

공개 메소드들

메소드 설명
__toString ( ) : string Returns a textual representation of this service object.
execute ( ezcWorkflowExecution $execution ) : boolean Executes the business logic of this service object.

메소드 상세

__toString() 공개 메소드

Returns a textual representation of this service object.
public __toString ( ) : string
리턴 string

execute() 공개 메소드

Executes the business logic of this service object.
public execute ( ezcWorkflowExecution $execution ) : boolean
$execution ezcWorkflowExecution
리턴 boolean $executionFinished