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
파일 보기 프로젝트 열기: liip/rmt

공개 메소드들

메소드 설명
__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