Property | Type | Description | |
---|---|---|---|
$activity | string | the reason that the PhaseGroup is running at all | |
$durationTime | float | how long did the story take to play? | |
$endTime | float | when did we finish playing this story? | |
$failedPhase | PhaseResult | ||
$filename | string | which file is this PhaseGroup_Result associated with? | |
$name | string | this is an end-user name (e.g. the name of the story) rather than the name of the internal class | |
$resultCode | integer | did the story pass, fail, or otherwise go horribly wrong? | |
$resultStrings | |||
$startTime | float | when did we start playing this story? |
Method | Description | |
---|---|---|
__construct ( $name ) | ||
getDuration ( ) : float | ||
getPhaseGroupFailed ( ) : boolean | ||
getPhaseGroupSkipped ( ) : boolean | ||
getPhaseGroupSucceeded ( ) : boolean | ||
getResultString ( ) : string | ||
setActivity ( $activity ) : void | ||
setPhaseGroupHasBeenBlacklisted ( $phaseResult ) : void | ||
setPhaseGroupHasBeenSkipped ( ) : void | ||
setPhaseGroupHasError ( $phaseResult ) : void | ||
setPhaseGroupHasFailed ( $phaseResult ) : void | ||
setPhaseGroupHasSucceeded ( ) : void | ||
setPhaseGroupIsIncomplete ( $phaseResult ) : void |
Method | Description | |
---|---|---|
setEndTime ( ) : void |
public setPhaseGroupHasBeenBlacklisted ( $phaseResult ) : void | ||
return | void |
public setPhaseGroupHasBeenSkipped ( ) : void | ||
return | void |
public setPhaseGroupHasError ( $phaseResult ) : void | ||
return | void |
public setPhaseGroupHasFailed ( $phaseResult ) : void | ||
return | void |
public setPhaseGroupIsIncomplete ( $phaseResult ) : void | ||
return | void |
public string $activity | ||
return | string |
public float $durationTime | ||
return | float |
public float $endTime | ||
return | float |
public string $filename | ||
return | string |
public string $name | ||
return | string |
public int $resultCode | ||
return | integer |
public float $startTime | ||
return | float |