PHP Class Neos\Flow\Core\Migrations\Version20120920111200

Inheritance: extends AbstractMigration
Datei anzeigen Open project: neos/flow-development-collection

Public Methods

Method Description
getIdentifier ( ) : string Returns the identifier of this migration.
up ( ) : void

Protected Methods

Method Description
writeComposerManifest ( ) : void

Method Details

getIdentifier() public method

Hardcoded to be stable after the rename to TYPO3 Flow.
public getIdentifier ( ) : string
return string

up() public method

public up ( ) : void
return void

writeComposerManifest() protected method

protected writeComposerManifest ( ) : void
return void