StrategyWithMarkDeletedInterface
interface StrategyWithMarkDeletedInterface (View source)
Contract for a change detection strategy that allows the FileMonitor to mark a file deleted directly.
Methods
void
setFileDeleted(string $pathAndFilename)
Notify the change strategy that this file was deleted and does not need to be tracked anymore.
Details
void
setFileDeleted(string $pathAndFilename)
Notify the change strategy that this file was deleted and does not need to be tracked anymore.