PHP Interface Neos\Flow\Monitor\ChangeDetectionStrategy\StrategyWithMarkDeletedInterface

Mostrar archivo Open project: neos/flow-development-collection

Public Methods

Method 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 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