PHP Class 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'; }
Author: David Buchmann ([email protected])
Inheritance: extends BaseAction
Datei anzeigen Open project: liip/rmt

Public Methods

Method Description
__construct ( $options )
execute ( )

Protected Methods

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

Method Details

__construct() public method

public __construct ( $options )

execute() public method

public execute ( )

updateFile() protected method

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