PHP Interface Liip\RMT\Version\Persister\PersisterInterface

The persisters must be able to set the version number.
Datei anzeigen Open project: liip/rmt

Public Methods

Method Description
__construct ( $options = [] )
getCurrentVersion ( ) : mixed Return the current release name
getInformationRequests ( )
init ( ) Use the very first time to init this persistence
save ( $versionNumber )

Method Details

__construct() public method

public __construct ( $options = [] )

getCurrentVersion() public method

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

getInformationRequests() public method

init() public method

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

save() public method

public save ( $versionNumber )