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
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
getIdentifier ( )
up ( ) : void

Méthodes protégées

Méthode 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 méthode

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
Résultat void

getIdentifier() public méthode

public getIdentifier ( )

up() public méthode

public up ( ) : void
Résultat void