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

Typically this would be a class defining a constant for client code to check the version of the library they are using. An example Version class might look like this: class Version { const VERSION = '1.0.0-beta-4'; }
Автор: David Buchmann ([email protected])
Наследование: extends BaseAction
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( $options )
execute ( )

Защищенные методы

Метод Описание
updateFile ( string $filename ) will update a given filename with the current version

Описание методов

__construct() публичный Метод

public __construct ( $options )

execute() публичный Метод

public execute ( )

updateFile() защищенный Метод

will update a given filename with the current version
protected updateFile ( string $filename )
$filename string