PHP Класс Liip\RMT\Action\BuildPharPackageAction

Наследование: extends BaseAction
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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