Introduced namespaces:
[core.git] / inc / main / interfaces / stacker / class_Stackable.php
index 4e450e1fb2e043d4d48033bfda53007c7c6732a8..c20937f5415fbe6f29ed52a18b5ceae66f30c875 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Stackable;
+
+// Load framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * A Stackable interface
  *
@@ -68,7 +74,5 @@ interface Stackable extends FrameworkInterface {
         * @throws      NoStackerException      If given stack is missing
         */
        function isStackEmpty ($stackerName);
-}
 
-// [EOF]
-?>
+}