/[drupal]/contributions/modules/fast_gallery/storageengine/Istorage.php
ViewVC logotype

Diff of /contributions/modules/fast_gallery/storageengine/Istorage.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2