Method | Description | |
---|---|---|
getFileStatus ( string $pathAndFilename ) : integer | Checks if the specified file has changed | |
setFileMonitor ( |
Creates a link to the file monitor using the strategy | |
shutdownObject ( ) : void | Commit any necessary data, like the current modification time. |
public getFileStatus ( string $pathAndFilename ) : integer | ||
$pathAndFilename | string | |
return | integer | One of the STATUS_* constants |
public setFileMonitor ( |
||
$fileMonitor | ||
return | mixed |
public shutdownObject ( ) : void | ||
return | void |