Neos\Flow\Core\Migrations\Version20120126163600::getIdentifier PHP 메소드

getIdentifier() 공개 메소드

Hardcoded to be stable after the rename to TYPO3 Flow.
public getIdentifier ( ) : string
리턴 string
    public function getIdentifier()
    {
        return 'TYPO3.FLOW3-201201261636';
    }
Version20120126163600