]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/output/console/class_ConsoleOutput.php
Continued:
[core.git] / inc / main / classes / output / console / class_ConsoleOutput.php
index 6b153891da83ab4bb7d76b4cc8a8ab6d9aaa32d5..372bd47d5cd52ed6e217508718c188f4e8e9da24 100644 (file)
@@ -1,4 +1,12 @@
 <?php
+// Own namespace
+namespace CoreFramework\Output;
+
+// Import framework stuff
+use CoreFramework\Configuration\FrameworkConfiguration;
+use CoreFramework\Output\BaseOutput;
+use CoreFramework\Stream\Output\OutputStreamer;
+
 /**
  * This class simply puts text without any HTML code out. This class is suiable
  * for console output
@@ -123,7 +131,5 @@ class ConsoleOutput extends BaseOutput implements OutputStreamer {
        public function size () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}