Neos\Flow\Monitor\ChangeDetectionStrategy\StrategyWithMarkDeletedInterface::setFileDeleted PHP Method

setFileDeleted() public method

Notify the change strategy that this file was deleted and does not need to be tracked anymore.
public setFileDeleted ( string $pathAndFilename ) : void
$pathAndFilename string
return void
    public function setFileDeleted($pathAndFilename);
StrategyWithMarkDeletedInterface