메소드 |
설명 |
|
endPhase ( $phase, $phaseResult ) : void |
called when a story ends a phase |
|
endPhaseGroup ( $result ) |
|
|
endStoryplayer ( $duration ) : void |
called when Storyplayer exits |
|
logCliError ( string $msg ) : void |
called when the outer CLI shell encounters a fatal error |
|
logCliErrorWithException ( string $msg, Exception $e ) : void |
|
|
logCliInfo ( string $msg ) : void |
called when the outer CLI shell needs to tell the user something |
|
logCliWarning ( string $msg ) : void |
called when the outer CLI shell needs to publish a warning |
|
logPhaseActivity ( string $msg, $codeLine = null ) : void |
called when a story logs an action |
|
logPhaseCodeLine ( $codeLine ) |
|
|
logPhaseError ( string $phaseName, string $msg ) : void |
called when a story logs an error |
|
logPhaseSkipped ( string $phaseName, string $msg ) : void |
called when a story is skipped |
|
logPhaseSubprocessOutput ( string $msg ) : void |
called when a story logs the (possibly partial) output from
running a subprocess |
|
logVardump ( string $name, mixed $var ) : void |
an alternative to using PHP's built-in var_dump() |
|
setVerbosity ( $verbosityLevel ) |
|
|
startPhase ( $phase ) : void |
called when a story starts a new phase |
|
startPhaseGroup ( $activity, $name ) : void |
called when we start a new set of phases |
|
startStoryplayer ( string $version, string $url, string $copyright, string $license ) : void |
called when storyplayer starts |
|