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

Note: If an affected ViewHelper does not create HTML output, you should remove this property (or set it TRUE) in order to ensure sanitization of the output
상속: extends AbstractMigration
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
getIdentifier ( )
up ( ) : void

보호된 메소드들

메소드 설명
addWarningsForAffectedViewHelpers ( string $packagePath ) : void Add a warning for each HTML file that uses one of the f:uri.* or the f:format.json ViewHelpers

메소드 상세

addWarningsForAffectedViewHelpers() 보호된 메소드

Add a warning for each HTML file that uses one of the f:uri.* or the f:format.json ViewHelpers
protected addWarningsForAffectedViewHelpers ( string $packagePath ) : void
$packagePath string
리턴 void

getIdentifier() 공개 메소드

public getIdentifier ( )

up() 공개 메소드

public up ( ) : void
리턴 void