PHP 클래스 Pickle\Package\PHP\Command\Release\Windows\Binary

상속: implements Pickle\Base\Interfaces\Package\Release
파일 보기 프로젝트 열기: friendsofphp/pickle

보호된 프로퍼티들

프로퍼티 타입 설명
$build *
$cb *
$noConvert *
$pkg Pickle\Base\Interfaces\Package

공개 메소드들

메소드 설명
__construct ( string $path, Closure $cb = null, boolean $noConvert = false ) Constructor.
__destruct ( )
create ( array $args = [] ) Create package.
getMultiExtensionNames ( )
packLog ( Pickle\Base\Interfaces\Package\Build $build = null )

보호된 메소드들

메소드 설명
composerJsonBak ( Pickle\Base\Interfaces\Package $pkg, $restore = false )
getZipBaseName ( Pickle\Base\Interfaces\Package\Build $build )
readPackage ( $path )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $path, Closure $cb = null, boolean $noConvert = false )
$path string
$cb Closure
$noConvert boolean

__destruct() 공개 메소드

public __destruct ( )

composerJsonBak() 보호된 메소드

protected composerJsonBak ( Pickle\Base\Interfaces\Package $pkg, $restore = false )
$pkg Pickle\Base\Interfaces\Package

create() 공개 메소드

Create package.
public create ( array $args = [] )
$args array

getMultiExtensionNames() 공개 메소드

getZipBaseName() 보호된 메소드

protected getZipBaseName ( Pickle\Base\Interfaces\Package\Build $build )
$build Pickle\Base\Interfaces\Package\Build

packLog() 공개 메소드

public packLog ( Pickle\Base\Interfaces\Package\Build $build = null )
$build Pickle\Base\Interfaces\Package\Build

readPackage() 보호된 메소드

protected readPackage ( $path )

프로퍼티 상세

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

*
protected $build

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

*
protected $cb

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

*
protected $noConvert

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

protected Package,Pickle\Base\Interfaces $pkg
리턴 Pickle\Base\Interfaces\Package