X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmain%2Finterfaces%2Findex%2Fstack%2Fclass_IndexableStack.ph;fp=inc%2Fmain%2Finterfaces%2Findex%2Fstack%2Fclass_IndexableStack.ph;h=ff3d15fba033a8ac5ff91f0f1c9b664579ab26c9;hb=64c177abc79f904bc0e0cf78f83a939dfa5ef9e4;hp=0000000000000000000000000000000000000000;hpb=1277bc312f5e5fe20eb9d4e5320cde4fadeadb5c;p=core.git diff --git a/inc/main/interfaces/index/stack/class_IndexableStack.ph b/inc/main/interfaces/index/stack/class_IndexableStack.ph new file mode 100644 index 00000000..ff3d15fb --- /dev/null +++ b/inc/main/interfaces/index/stack/class_IndexableStack.ph @@ -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);