PHP Интерфейс Neos\Flow\Monitor\ChangeDetectionStrategy\StrategyWithMarkDeletedInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
setFileDeleted ( string $pathAndFilename ) : void Notify the change strategy that this file was deleted and does not need to be tracked anymore.

Описание методов

setFileDeleted() публичный Метод

Notify the change strategy that this file was deleted and does not need to be tracked anymore.
public setFileDeleted ( string $pathAndFilename ) : void
$pathAndFilename string
Результат void