PHP 클래스 Liip\RMT\Action\BuildPharPackageAction

상속: extends BaseAction
파일 보기 프로젝트 열기: liip/rmt

보호된 프로퍼티들

프로퍼티 타입 설명
$releaseVersion

공개 메소드들

메소드 설명
__construct ( $options )
execute ( )

보호된 메소드들

메소드 설명
create ( ) Handles the creation of the package.
getDestination ( ) : string Get the destination directory to build the package into.
getFilename ( ) : string Determines the package filename based on the next version and the 'package-name' option.
isRelativePath ( $path ) : boolean Checks if the path is relative.
setReleaseVersion ( ) Determine and set the next release version.

메소드 상세

__construct() 공개 메소드

public __construct ( $options )

create() 보호된 메소드

Handles the creation of the package.
protected create ( )

execute() 공개 메소드

public execute ( )

getDestination() 보호된 메소드

Get the destination directory to build the package into.
protected getDestination ( ) : string
리턴 string The destination

getFilename() 보호된 메소드

Determines the package filename based on the next version and the 'package-name' option.
protected getFilename ( ) : string
리턴 string

isRelativePath() 보호된 메소드

Checks if the path is relative.
protected isRelativePath ( $path ) : boolean
$path string The path to check
리턴 boolean

setReleaseVersion() 보호된 메소드

Determine and set the next release version.
protected setReleaseVersion ( )

프로퍼티 상세

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

protected $releaseVersion