PHP 클래스 Neos\Flow\Core\Migrations\Version20141001000000

상속: extends AbstractMigration
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
down ( ) : void Renames all occurrences of the CodeEditor to HtmlEditor
getIdentifier ( ) : string NOTE: This method is overridden for historical reasons. Previously code migrations were expected to consist of the string "Version" and a 12-character timestamp suffix. The suffix has been changed to a 14-character timestamp.
up ( ) : void Renames all occurrences of the HtmlEditor to CodeEditor

메소드 상세

down() 공개 메소드

TYPO3.Neos/Inspector/Editors/CodeEditor -> TYPO3.Neos/Inspector/Editors/HtmlEditor .neos-secondary-inspector-code-editor -> .neos-secondary-inspector-html-editor
public down ( ) : void
리턴 void

getIdentifier() 공개 메소드

For new migrations the classname pattern should be "Version" (14-character timestamp) and this method should *not* be implemented
public getIdentifier ( ) : string
리턴 string

up() 공개 메소드

TYPO3.Neos/Inspector/Editors/HtmlEditor -> TYPO3.Neos/Inspector/Editors/CodeEditor
public up ( ) : void
리턴 void