PHP Интерфейс Liip\RMT\Version\Persister\PersisterInterface

The persisters must be able to set the version number.
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 )