PHP 인터페이스 Liip\RMT\Version\Persister\PersisterInterface

The persisters must be able to set the version number.
파일 보기 프로젝트 열기: liip/rmt

공개 메소드들

메소드 설명
__construct ( $options = [] )
getCurrentVersion ( ) : mixed Return the current release name
getInformationRequests ( )
init ( ) Use the very first time to init this persistence
save ( $versionNumber )

메소드 상세

__construct() 공개 메소드

public __construct ( $options = [] )

getCurrentVersion() 공개 메소드

Return the current release name
public getCurrentVersion ( ) : mixed
리턴 mixed The current release number

getInformationRequests() 공개 메소드

init() 공개 메소드

Use the very first time to init this persistence
public init ( )

save() 공개 메소드

public save ( $versionNumber )