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

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

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

Метод Описание
getIdentifier ( ) : string Returns the identifier of this migration.
up ( ) : void

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

Метод Описание
writeComposerManifest ( ) : void

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

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

Hardcoded to be stable after the rename to TYPO3 Flow.
public getIdentifier ( ) : string
Результат string

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

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

writeComposerManifest() защищенный метод

protected writeComposerManifest ( ) : void
Результат void