Property | Type | Description | |
---|---|---|---|
$activityLog |
Property | Type | Description | |
---|---|---|---|
$exception | |||
$message | |||
$nextAction | |||
$phaseName | |||
$result | |||
$resultTextMap |
Method | Description | |
---|---|---|
__construct ( $phaseName ) | ||
getException ( ) : Exception | null | ||
getMessage ( ) : string | null | ||
getNextAction ( ) : integer | ||
getPhaseCannotRun ( ) : boolean | ||
getPhaseCompleted ( ) : boolean | ||
getPhaseFailed ( ) : boolean | ||
getPhaseHasBeenSkipped ( ) : boolean | ||
getPhaseHasNoActions ( ) : boolean | ||
getPhaseIsBlacklisted ( ) : boolean | ||
getPhaseIsIncomplete ( ) : boolean | ||
getPhaseName ( ) : string | ||
getPhaseResult ( ) : integer | ||
getPhaseResultString ( ) : string | ||
getPhaseSucceeded ( ) : boolean | ||
hasMessage ( ) : boolean | ||
setContinuePlaying ( integer $result = 1, string | null $msg = null, Exceptio\Exception | null $e = null ) : void | ||
setPlayingFailed ( integer $result, string $msg, Exceptio\Exception | null $e = null ) : void | ||
setSkipPlaying ( integer $result, string $msg, $e = null ) : void |