PHP Interface Neos\Flow\Monitor\ChangeDetectionStrategy\ChangeDetectionStrategyInterface

Afficher le fichier Open project: neos/flow-development-collection Interface Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getFileStatus() public méthode

Checks if the specified file has changed
public getFileStatus ( string $pathAndFilename ) : integer
$pathAndFilename string
Résultat integer One of the STATUS_* constants

setFileMonitor() public méthode

Creates a link to the file monitor using the strategy
public setFileMonitor ( FileMonitor $fileMonitor ) : mixed
$fileMonitor Neos\Flow\Monitor\FileMonitor
Résultat mixed

shutdownObject() public méthode

Commit any necessary data, like the current modification time.
public shutdownObject ( ) : void
Résultat void