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
Afficher le fichier Open project: liip/rmt

Méthodes publiques

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

Méthodes protégées

Méthode Description
updateFile ( string $filename ) will update a given filename with the current version

Method Details

__construct() public méthode

public __construct ( $options )

execute() public méthode

public execute ( )

updateFile() protected méthode

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