PHP Interface Liip\RMT\Version\Persister\PersisterInterface

The persisters must be able to set the version number.
Afficher le fichier Open project: liip/rmt

Méthodes publiques

Méthode 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 méthode

public __construct ( $options = [] )

getCurrentVersion() public méthode

Return the current release name
public getCurrentVersion ( ) : mixed
Résultat mixed The current release number

getInformationRequests() public méthode

init() public méthode

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

save() public méthode

public save ( $versionNumber )