PHP 클래스 DataSift\Storyplayer\Phases\Phase

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$sequenceNo
$st

공개 메소드들

메소드 설명
__construct ( StoryTeller $st )
doPerPhaseSetup ( )
doPerPhaseTeardown ( )
doPhase ( mixed $thingBeingPlayed ) : DataSift\Storyplayer\PlayerLib\PhaseGroup_Result execute a phase, and return the results for further analysis
getNewPhaseResult ( )
getPhaseName ( ) : string get the name of this phase
getPhaseSequenceNo ( ) : integer | null what number is assigned to this phase?
getPhaseType ( ) : integer

메소드 상세

__construct() 공개 메소드

public __construct ( StoryTeller $st )
$st DataSift\Storyplayer\PlayerLib\StoryTeller

doPerPhaseSetup() 공개 메소드

public doPerPhaseSetup ( )

doPerPhaseTeardown() 공개 메소드

public doPerPhaseTeardown ( )

doPhase() 추상적인 공개 메소드

execute a phase, and return the results for further analysis
abstract public doPhase ( mixed $thingBeingPlayed ) : DataSift\Storyplayer\PlayerLib\PhaseGroup_Result
$thingBeingPlayed mixed what is the phase executing against?
리턴 DataSift\Storyplayer\PlayerLib\PhaseGroup_Result

getNewPhaseResult() 공개 메소드

public getNewPhaseResult ( )

getPhaseName() 공개 메소드

get the name of this phase
public getPhaseName ( ) : string
리턴 string

getPhaseSequenceNo() 공개 메소드

what number is assigned to this phase?
public getPhaseSequenceNo ( ) : integer | null
리턴 integer | null

getPhaseType() 추상적인 공개 메소드

abstract public getPhaseType ( ) : integer
리턴 integer

프로퍼티 상세

$sequenceNo 보호되어 있는 프로퍼티

protected $sequenceNo

$st 보호되어 있는 프로퍼티

protected $st