Neos\Flow\Core\Migrations\Version20141001000000::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.Neos-201410010000';
    }
Version20141001000000