PHP Class Liip\RMT\Action\BuildPharPackageAction

Inheritance: extends BaseAction
Afficher le fichier Open project: liip/rmt

Protected Properties

Свойство Type Description
$releaseVersion

Méthodes publiques

Méthode Description
__construct ( $options )
execute ( )

Méthodes protégées

Méthode Description
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.

Method Details

__construct() public méthode

public __construct ( $options )

create() protected méthode

Handles the creation of the package.
protected create ( )

execute() public méthode

public execute ( )

getDestination() protected méthode

Get the destination directory to build the package into.
protected getDestination ( ) : string
Résultat string The destination

getFilename() protected méthode

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

isRelativePath() protected méthode

Checks if the path is relative.
protected isRelativePath ( $path ) : boolean
$path string The path to check
Résultat boolean

setReleaseVersion() protected méthode

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

Property Details

$releaseVersion protected_oe property

protected $releaseVersion