Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3, Mon Nov 9 07:29:05 2009 UTC | revision 1.4, Tue Nov 10 18:20:18 2009 UTC | |
|---|---|---|
| # | Line 31 Interface Istorage { | Line 31 Interface Istorage { |
| 31 | */ | */ |
| 32 | public function deleteFile($file); | public function deleteFile($file); |
| 33 | ||
| 34 | ||
| 35 | /** | |
| 36 | * Incase a file is being deleted from the file system | |
| 37 | * we need to ensure that we deleted it from the db aswell | |
| 38 | * so that db and filesystem stays synced | |
| 39 | */ | |
| 40 | public function removeDeletedFiles(); | |
| 41 | ||
| 42 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |