PHP 인터페이스 Neos\Flow\Monitor\ChangeDetectionStrategy\StrategyWithMarkDeletedInterface

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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