Neos\Flow\Monitor\ChangeDetectionStrategy\StrategyWithMarkDeletedInterface::setFileDeleted PHP Méthode

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
    public function setFileDeleted($pathAndFilename);
StrategyWithMarkDeletedInterface