Neos\Flow\Core\Migrations\Version20161125012000::up PHP 메소드

up() 공개 메소드

public up ( ) : void
리턴 void
    public function up()
    {
        $this->searchAndReplace('TYPO3\\TYPO3CR', 'Neos\\ContentRepository');
        $this->searchAndReplace('TYPO3.TYPO3CR', 'Neos.ContentRepository');
        $this->moveSettingsPaths('TYPO3.TYPO3CR', 'Neos.ContentRepository');
    }
Version20161125012000