Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4, Tue Nov 10 18:20:18 2009 UTC | revision 1.5, Wed Nov 11 21:43:33 2009 UTC | |
|---|---|---|
| # | Line 23 Interface Istorage { | Line 23 Interface Istorage { |
| 23 | */ | */ |
| 24 | public function clearDb(); | public function clearDb(); |
| 25 | ||
| /** | ||
| * Deleting a single file from the db. This is going to be | ||
| * called by hook_file_delete for example. | ||
| * | ||
| * @param stdClass $file | ||
| */ | ||
| public function deleteFile($file); | ||
| 26 | ||
| 27 | /** | /** |
| 28 | * Incase a file is being deleted from the file system | * Incase a file is being deleted from the file system |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |