]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/index/stack/class_IndexableStack.php
Continued:
[core.git] / inc / classes / interfaces / index / stack / class_IndexableStack.php
index dfc9581efa53f5effe822609e3abeb71a4681c0a..64b88056e46cf89691cbb810c3c1e02cee9d4f09 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface IndexableStack extends Indexable, CalculatableBlock {
+       /**
+        * 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);
 }
 
 // [EOF]