Added new general I/O stream classes and interfaces. Still the interfaces have no...
[core.git] / inc / classes / main / output / class_WebOutput.php
index 31345695babe7266ae686037978d2f6f700404a2..ff175d0bd10ba137d914b234fdefd5856ccb850d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -44,8 +44,8 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer, Registera
         * @param       $applicationInstance    An instance of a ManageableApplication class
         * @return      $debugInstance                  An instance of this middleware class
         */
-       public final static function createWebOutput (ManageableApplication $applicationInstance) {
-               // Is there no instance?
+       public static final function createWebOutput (ManageableApplication $applicationInstance) {
+               // Is the self-instance already set?
                if (is_null(self::$webInstance)) {
                        // Get a new instance and set it
                        self::$webInstance = new WebOutput();