PHP Класс Neos\Flow\Core\Migrations\Version20140706103800

Наследование: extends AbstractMigration
Показать файл Открыть проект

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

Метод Описание
getIdentifier ( ) : string NOTE: This method is overridden for historical reasons. Previously code migrations were expected to consist of the string "Version" and a 12-character timestamp suffix. The suffix has been changed to a 14-character timestamp.
up ( ) : void

Защищенные методы

Метод Описание
transformFormat ( string $format ) : string

Описание методов

getIdentifier() публичный Метод

For new migrations the classname pattern should be "Version" (14-character timestamp) and this method should *not* be implemented
public getIdentifier ( ) : string
Результат string

transformFormat() защищенный Метод

protected transformFormat ( string $format ) : string
$format string
Результат string

up() публичный Метод

public up ( ) : void
Результат void