PHP Класс DataSift\Storyplayer\Console\DevModeConsole

Автор: Stuart Herbert ([email protected])
Наследование: extends Console
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$resultStrings

Открытые методы

Метод Описание
__construct ( )
endPhase ( $phase, $phaseResult ) : void called when a story ends a phase
endPhaseGroup ( $result )
endStoryplayer ( $duration )
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()
startPhase ( $phase ) : void called when a story starts a new phase
startPhaseGroup ( $activity, string $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

Описание методов

__construct() публичный Метод

public __construct ( )

endPhase() публичный Метод

called when a story ends a phase
public endPhase ( $phase, $phaseResult ) : void
Результат void

endPhaseGroup() публичный Метод

public endPhaseGroup ( $result )

endStoryplayer() публичный Метод

public endStoryplayer ( $duration )

logCliError() публичный Метод

called when the outer CLI shell encounters a fatal error
public logCliError ( string $msg ) : void
$msg string the error message to show the user
Результат void

logCliErrorWithException() публичный Метод

public logCliErrorWithException ( string $msg, Exception $e ) : void
$msg string
$e Exception
Результат void

logCliInfo() публичный Метод

called when the outer CLI shell needs to tell the user something
public logCliInfo ( string $msg ) : void
$msg string the message to show the user
Результат void

logCliWarning() публичный Метод

called when the outer CLI shell needs to publish a warning
public logCliWarning ( string $msg ) : void
$msg string the warning message to show the user
Результат void

logPhaseActivity() публичный Метод

called when a story logs an action
public logPhaseActivity ( string $msg, $codeLine = null ) : void
$msg string
Результат void

logPhaseCodeLine() публичный Метод

public logPhaseCodeLine ( $codeLine )

logPhaseError() публичный Метод

called when a story logs an error
public logPhaseError ( string $phaseName, string $msg ) : void
$phaseName string
$msg string
Результат void

logPhaseSkipped() публичный Метод

called when a story is skipped
public logPhaseSkipped ( string $phaseName, string $msg ) : void
$phaseName string
$msg string
Результат void

logPhaseSubprocessOutput() публичный Метод

called when a story logs the (possibly partial) output from running a subprocess
public logPhaseSubprocessOutput ( string $msg ) : void
$msg string the output to log
Результат void

logVardump() публичный Метод

an alternative to using PHP's built-in var_dump()
public logVardump ( string $name, mixed $var ) : void
$name string a human-readable name to describe $var
$var mixed the variable to dump
Результат void

startPhase() публичный Метод

called when a story starts a new phase
public startPhase ( $phase ) : void
Результат void

startPhaseGroup() публичный Метод

called when we start a new set of phases
public startPhaseGroup ( $activity, string $name ) : void
$name string
Результат void

startStoryplayer() публичный Метод

called when storyplayer starts
public startStoryplayer ( string $version, string $url, string $copyright, string $license ) : void
$version string
$url string
$copyright string
$license string
Результат void

Описание свойств

$resultStrings защищенное свойство

protected $resultStrings