Neos\Flow\Core\Migrations\Version20140511114700::getIdentifier PHP Méthode

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
    public function getIdentifier()
    {
        return 'TYPO3.Flow-201405111147';
    }
Version20140511114700