PHP 클래스 PhpBrew\Tasks\ExtractTask

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

공개 메소드들

메소드 설명
extract ( Build $build, string $targetFilePath, string $extractDir = null ) Unpacks the source tarball file.

메소드 상세

extract() 공개 메소드

Unpacks the source tarball file.
public extract ( Build $build, string $targetFilePath, string $extractDir = null )
$build PhpBrew\Build
$targetFilePath string absolute file path
$extractDir string (the build dir)