PHP 인터페이스 ezcWorkflowServiceObject, Workflow

파일 보기 프로젝트 열기: 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() 공개 메소드

Implementations can return true if the execution of the service object was successful to resume the workflow and activate the next node. Returning false will cause the workflow to be suspended and the service object to be executed again on a later invokation.
public execute ( ezcWorkflowExecution $execution ) : boolean
$execution ezcWorkflowExecution
리턴 boolean