PHP 클래스 DataSift\Storyplayer\PlayerLib\Story_Result

저자: Stuart Herbert ([email protected])
상속: extends PhaseGroup_Result
파일 보기 프로젝트 열기: datasift/storyplayer

공개 프로퍼티들

프로퍼티 타입 설명
$filename
$resultStrings
$story Story
$storyShouldFail boolean is this a story where a failure is the expected outcome?

공개 메소드들

메소드 설명
__construct ( Story $story )
calculateStoryResult ( )
getStoryShouldFail ( )
setStoryHasBeenBlacklisted ( $phaseResult )
setStoryHasBeenSkipped ( $phaseResult )
setStoryHasError ( $phaseResult )
setStoryHasFailed ( $phaseResult )
setStoryHasSucceeded ( )
setStoryIsIncomplete ( $phaseResult )
setStoryShouldFail ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Story $story )
$story Story

calculateStoryResult() 공개 메소드

getStoryShouldFail() 공개 메소드

public getStoryShouldFail ( )

setStoryHasBeenBlacklisted() 공개 메소드

public setStoryHasBeenBlacklisted ( $phaseResult )

setStoryHasBeenSkipped() 공개 메소드

public setStoryHasBeenSkipped ( $phaseResult )

setStoryHasError() 공개 메소드

public setStoryHasError ( $phaseResult )

setStoryHasFailed() 공개 메소드

public setStoryHasFailed ( $phaseResult )

setStoryHasSucceeded() 공개 메소드

setStoryIsIncomplete() 공개 메소드

public setStoryIsIncomplete ( $phaseResult )

setStoryShouldFail() 공개 메소드

public setStoryShouldFail ( )

프로퍼티 상세

$filename 공개적으로 프로퍼티

public $filename

$resultStrings 공개적으로 프로퍼티

public $resultStrings

$story 공개적으로 프로퍼티

public Story,DataSift\Storyplayer\PlayerLib $story
리턴 Story

$storyShouldFail 공개적으로 프로퍼티

is this a story where a failure is the expected outcome?
public bool $storyShouldFail
리턴 boolean