Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Neos
Flow
Monitor
ChangeDetectionStrategy
StrategyWithMarkDeletedInterface
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