PHP Class Neos\Flow\Core\Migrations\Version20120925142600

Inheritance: extends AbstractMigration
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

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

Method Details

getIdentifier() public méthode

For new migrations the classname pattern should be "Version" (14-character timestamp) and this method should *not* be implemented
public getIdentifier ( ) : string
Résultat string

up() public méthode

public up ( ) : void
Résultat void