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
Показать файл Открыть проект

Открытые методы

Метод Описание
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