PHP 인터페이스 raoul2000\workflow\base\WorkflowInterface

파일 보기 프로젝트 열기: raoul2000/yii2-workflow

공개 메소드들

메소드 설명
getAllStatuses ( ) : raoul2000\workflow\base\StatusInterface[] Returns an array containing all Status instances belonging to this workflow.
getId ( ) : string Returns the id of this workflow
getInitialStatus ( ) : raoul2000\workflow\base\StatusInterface Returns the initial status instance for this workflow.
getInitialStatusId ( ) : string Returns the id of the initial status for this workflow.

메소드 상세

getAllStatuses() 공개 메소드

Returns an array containing all Status instances belonging to this workflow.
public getAllStatuses ( ) : raoul2000\workflow\base\StatusInterface[]
리턴 raoul2000\workflow\base\StatusInterface[] status list belonging to this workflow

getId() 공개 메소드

Returns the id of this workflow
public getId ( ) : string
리턴 string the workflow id

getInitialStatus() 공개 메소드

Returns the initial status instance for this workflow.
public getInitialStatus ( ) : raoul2000\workflow\base\StatusInterface
리턴 raoul2000\workflow\base\StatusInterface the initial status instance

getInitialStatusId() 공개 메소드

Returns the id of the initial status for this workflow.
public getInitialStatusId ( ) : string
리턴 string status id