PHP Class 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
Inheritance: extends AbstractMigration
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
getIdentifier ( )
up ( ) : void

Protected Methods

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

Method Details

addWarningsForAffectedViewHelpers() protected method

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
return void

getIdentifier() public method

public getIdentifier ( )

up() public method

public up ( ) : void
return void