PHP 클래스 GrumPHP\Locator\ExternalCommand

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

보호된 프로퍼티들

프로퍼티 타입 설명
$binDir string
$executableFinder Symfony\Component\Process\ExecutableFinder

공개 메소드들

메소드 설명
__construct ( string $binDir, ExecutableFinder $executableFinder )
locate ( string $command, boolean $forceUnix = false ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $binDir, ExecutableFinder $executableFinder )
$binDir string
$executableFinder Symfony\Component\Process\ExecutableFinder

locate() 공개 메소드

public locate ( string $command, boolean $forceUnix = false ) : string
$command string
$forceUnix boolean This parameter makes it possible to force unix style commands on a windows environment. This can be useful in git hooks.
리턴 string

프로퍼티 상세

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

protected string $binDir
리턴 string

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

protected ExecutableFinder,Symfony\Component\Process $executableFinder
리턴 Symfony\Component\Process\ExecutableFinder