PHP Interface Neos\Flow\Monitor\ChangeDetectionStrategy\StrategyWithMarkDeletedInterface

Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
setFileDeleted ( string $pathAndFilename ) : void Notify the change strategy that this file was deleted and does not need to be tracked anymore.

Method Details

setFileDeleted() public méthode

Notify the change strategy that this file was deleted and does not need to be tracked anymore.
public setFileDeleted ( string $pathAndFilename ) : void
$pathAndFilename string
Résultat void