Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.2, Fri Oct 30 05:55:29 2009 UTC | revision 1.3, Mon Nov 9 07:29:05 2009 UTC | |
|---|---|---|
| # | Line 23 Interface Istorage { | Line 23 Interface Istorage { |
| 23 | */ | */ |
| 24 | public function clearDb(); | public function clearDb(); |
| 25 | ||
| 26 | /** | |
| 27 | * Deleting a single file from the db. This is going to be | |
| 28 | * called by hook_file_delete for example. | |
| 29 | * | |
| 30 | * @param stdClass $file | |
| 31 | */ | |
| 32 | public function deleteFile($file); | |
| 33 | ||
| 34 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |