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

Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getFileStatus ( string $pathAndFilename ) : integer Checks if the specified file has changed
setFileMonitor ( FileMonitor $fileMonitor ) : mixed Creates a link to the file monitor using the strategy
shutdownObject ( ) : void Commit any necessary data, like the current modification time.

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

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

Checks if the specified file has changed
public getFileStatus ( string $pathAndFilename ) : integer
$pathAndFilename string
Результат integer One of the STATUS_* constants

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

Creates a link to the file monitor using the strategy
public setFileMonitor ( FileMonitor $fileMonitor ) : mixed
$fileMonitor Neos\Flow\Monitor\FileMonitor
Результат mixed

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

Commit any necessary data, like the current modification time.
public shutdownObject ( ) : void
Результат void