|
MediaWiki REL1_39
|
Depend on a file. More...


Public Member Functions | |
| __construct ( $filename, $timestamp=null) | |
| Create a file dependency. | |
| __sleep () | |
| isExpired () | |
| loadDependencyValues () | |
| Hook to perform any expensive pre-serialize loading of dependency values. | |
| FileDependency::__construct | ( | $filename, | |
| $timestamp = null ) |
Create a file dependency.
| string | $filename | The name of the file, preferably fully qualified |
| null | bool | int | $timestamp | The unix last modified timestamp, or false if the file does not exist. If omitted, the timestamp will be loaded from the file. |
A dependency on a nonexistent file will be triggered when the file is created. A dependency on an existing file will be triggered when the file is changed.
Definition at line 47 of file FileDependency.php.
| FileDependency::__sleep | ( | ) |
| FileDependency::isExpired | ( | ) |
Reimplemented from CacheDependency.
Definition at line 74 of file FileDependency.php.
References wfDebug().
| FileDependency::loadDependencyValues | ( | ) |
Hook to perform any expensive pre-serialize loading of dependency values.
Reimplemented from CacheDependency.
Definition at line 61 of file FileDependency.php.
Referenced by __sleep().