]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/index/stack/class_IndexableStack.ph
Continued:
[core.git] / inc / main / interfaces / index / stack / class_IndexableStack.ph
diff --git a/inc/main/interfaces/index/stack/class_IndexableStack.ph b/inc/main/interfaces/index/stack/class_IndexableStack.ph
new file mode 100644 (file)
index 0000000..ff3d15f
--- /dev/null
@@ -0,0 +1,9 @@
+
+       /**
+        * Adds given hash to an index file
+        *
+        * @param       $stackName      Name of stack to add hash
+        * @param       $data           Hash and gap position to be added to the index
+        * @return      void
+        */
+       function addHashToIndex ($stackName, array $data);