PHP Class PhpBrew\Tasks\ExtractTask

Inheritance: extends BaseTask
Exibir arquivo Open project: phpbrew/phpbrew Class Usage Examples

Public Methods

Method Description
extract ( Build $build, string $targetFilePath, string $extractDir = null ) Unpacks the source tarball file.

Method Details

extract() public method

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)