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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( string $path, Closure $cb = null, boolean $noConvert = false ) Constructor.
create ( array $args = [] ) Create package.
packLog ( )

보호된 메소드들

메소드 설명
readPackage ( $path )

메소드 상세

__construct() 공개 메소드

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

create() 공개 메소드

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

packLog() 공개 메소드

public packLog ( )

readPackage() 보호된 메소드

protected readPackage ( $path )

프로퍼티 상세

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

*
protected $cb

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

*
protected $noConvert

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

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