]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/parser/class_Parseable.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / interfaces / parser / class_Parseable.php
index 7f69346cb1243ffe7f83725e0804271c61637093..dc7965d7ed1296042dc22ff7baaa7550e9f89c44 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Parser;
+
+// Import framework stuff
+use CoreFramework\Generic\FrameworkInterface;
+
 /**
  * A Parseable interface
  *
@@ -30,7 +36,5 @@ interface Parseable extends FrameworkInterface {
         * @throws      XmlParserException      If an XML error was found
         */
        function parseXmlContent ($content);
-}
 
-// [EOF]
-?>
+}