]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/index/stack/class_IndexableStack.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / interfaces / index / stack / class_IndexableStack.php
index 64b88056e46cf89691cbb810c3c1e02cee9d4f09..8ed6b26d3851c4237ceffb6a388aaa315c2eaf57 100644 (file)
@@ -1,10 +1,13 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stack\Index;
+
 /**
  * An interface for Indexable stack classes
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -30,7 +33,5 @@ interface IndexableStack extends Indexable, CalculatableBlock {
         * @return      void
         */
        function addHashToIndex ($stackName, array $data);
-}
 
-// [EOF]
-?>
+}