PHP 클래스 PhpBrew\CommandBuilder

파일 보기 프로젝트 열기: phpbrew/phpbrew 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$append
$args * arguments
$logPath
$nice * process nice value
$script * script
$stderr
$stdout

공개 메소드들

메소드 설명
__construct ( $script )
__toString ( )
addArg ( $arg )
arg ( $arg )
args ( $args )
buildCommand ( $handleRedirect = true )
execute ( &$lastline = null )
nice ( $nice )
passthru ( &$lastline = null )
setAppendLog ( $append = true )
setLogPath ( $logPath )
setStdout ( $stdout = true )

메소드 상세

__construct() 공개 메소드

public __construct ( $script )

__toString() 공개 메소드

public __toString ( )

addArg() 공개 메소드

public addArg ( $arg )

arg() 공개 메소드

public arg ( $arg )

args() 공개 메소드

public args ( $args )

buildCommand() 공개 메소드

public buildCommand ( $handleRedirect = true )

execute() 공개 메소드

public execute ( &$lastline = null )

nice() 공개 메소드

public nice ( $nice )

passthru() 공개 메소드

public passthru ( &$lastline = null )

setAppendLog() 공개 메소드

public setAppendLog ( $append = true )

setLogPath() 공개 메소드

public setLogPath ( $logPath )

setStdout() 공개 메소드

public setStdout ( $stdout = true )

프로퍼티 상세

$append 공개적으로 프로퍼티

public $append

$args 공개적으로 프로퍼티

* arguments
public $args

$logPath 공개적으로 프로퍼티

public $logPath

$nice 공개적으로 프로퍼티

* process nice value
public $nice

$script 공개적으로 프로퍼티

* script
public $script

$stderr 공개적으로 프로퍼티

public $stderr

$stdout 공개적으로 프로퍼티

public $stdout