Neos\Flow\Core\Migrations\Version20141101082142::getIdentifier PHP Метод

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

For new migrations the classname pattern should be "Version" (14-character timestamp) and this method should *not* be implemented
public getIdentifier ( ) : string
Результат string
    public function getIdentifier()
    {
        return 'TYPO3.TYPO3CR-141101082142';
    }
Version20141101082142