Property | Type | Description | |
---|---|---|---|
$cache | |||
$fileMonitor | |||
$filesAndModificationTimes | array | ||
$modificationTimesChanged | boolean | If the modification times changed and therefore need to be cached |
Method | Description | |
---|---|---|
getFileStatus ( string $pathAndFilename ) : integer | Checks if the specified file has changed | |
injectCache ( |
Injects the Flow_Monitor cache | |
setFileDeleted ( string $pathAndFilename ) : void | Notify the change strategy that this file was deleted and does not need to be tracked anymore. | |
setFileMonitor ( |
Initializes this strategy | |
shutdownObject ( ) : void | Caches the file modification times |
public getFileStatus ( string $pathAndFilename ) : integer | ||
$pathAndFilename | string | |
return | integer | One of the STATUS_* constants |
public injectCache ( |
||
$cache | ||
return | void |
public setFileDeleted ( string $pathAndFilename ) : void | ||
$pathAndFilename | string | |
return | void |
public setFileMonitor ( |
||
$fileMonitor | ||
return | void |
public shutdownObject ( ) : void | ||
return | void |
protected StringFrontend,Neos\Cache\Frontend $cache | ||
return |
protected FileMonitor,Neos\Flow\Monitor $fileMonitor | ||
return |
protected array $filesAndModificationTimes | ||
return | array |
protected bool $modificationTimesChanged | ||
return | boolean |