]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/index/stack/class_IndexableStack.php
Continued:
[core.git] / inc / main / interfaces / index / stack / class_IndexableStack.php
index 2d37ff55c0acb63b33a8ea9205a39311841b92f5..8ed6b26d3851c4237ceffb6a388aaa315c2eaf57 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stack\Index;
+
 /**
  * An interface for Indexable stack classes
  *
@@ -30,7 +33,5 @@ interface IndexableStack extends Indexable, CalculatableBlock {
         * @return      void
         */
        function addHashToIndex ($stackName, array $data);
-}
 
-// [EOF]
-?>
+}