PHP 클래스 DataSift\Storyplayer\Cli\BuildTestEnvironment_Command

저자: Stuart Herbert ([email protected])
상속: extends BaseCommand, implements DataSift\Storyplayer\Cli\CliSignalHandler
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$injectables needed for when user presses CTRL+C
$output we track this for convenience
$playerList our list of players to execute
$st we need to track this for handling CTRL-C

공개 메소드들

메소드 설명
__construct ( $injectables )
processCommand ( Phix_Project\CliEngine $engine, array $params = [], DataSift\Storyplayer\Injectables | null $injectables = null ) : integer
processInsideLegacyHandler ( Phix_Project\CliEngine $engine, $params = [], $injectables = null )
sigtermHandler ( integer $signo ) : void

보호된 메소드들

메소드 설명
initPlayerList ( DataSift\Storyplayer\Injectables $injectables ) : void
initSignalHandling ( DataSift\Storyplayer\Injectables $injectables ) : void

메소드 상세

__construct() 공개 메소드

public __construct ( $injectables )

initPlayerList() 보호된 메소드

protected initPlayerList ( DataSift\Storyplayer\Injectables $injectables ) : void
$injectables DataSift\Storyplayer\Injectables
리턴 void

initSignalHandling() 보호된 메소드

protected initSignalHandling ( DataSift\Storyplayer\Injectables $injectables ) : void
$injectables DataSift\Storyplayer\Injectables
리턴 void

processCommand() 공개 메소드

public processCommand ( Phix_Project\CliEngine $engine, array $params = [], DataSift\Storyplayer\Injectables | null $injectables = null ) : integer
$engine Phix_Project\CliEngine
$params array
$injectables DataSift\Storyplayer\Injectables | null
리턴 integer

processInsideLegacyHandler() 공개 메소드

public processInsideLegacyHandler ( Phix_Project\CliEngine $engine, $params = [], $injectables = null )
$engine Phix_Project\CliEngine

sigtermHandler() 공개 메소드

public sigtermHandler ( integer $signo ) : void
$signo integer
리턴 void

프로퍼티 상세

$injectables 보호되어 있는 프로퍼티

needed for when user presses CTRL+C
protected $injectables

$output 보호되어 있는 프로퍼티

we track this for convenience
protected $output

$playerList 보호되어 있는 프로퍼티

our list of players to execute
protected $playerList

$st 보호되어 있는 프로퍼티

we need to track this for handling CTRL-C
protected $st