Continued:
[core.git] / inc / main / interfaces / index / stack / class_IndexableStack.ph
1
2         /**
3          * Adds given hash to an index file
4          *
5          * @param       $stackName      Name of stack to add hash
6          * @param       $data           Hash and gap position to be added to the index
7          * @return      void
8          */
9         function addHashToIndex ($stackName, array $data);