]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/output/class_WebOutput.php
Resurrected "legendary" function bigintval() from mailer 0.2.1-FINAL code with some...
[core.git] / inc / classes / main / output / class_WebOutput.php
index 9c44b06e6c481da544d12fd82a533b981edcc0f1..835d18e49cf4ea3a0d80690bedb368dbc8029941 100644 (file)
@@ -26,7 +26,7 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer, Registera
        /**
         * The instance for the singleton design pattern
         */
-       private static $webInstance = null;
+       private static $webInstance = NULL;
 
        /**
         * Protected constructor
@@ -45,7 +45,7 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer, Registera
         * @return      $debugInstance                  An instance of this middleware class
         */
        public static final function createWebOutput (ManageableApplication $applicationInstance) {
-               // Is there no instance?
+               // Is the self-instance already set?
                if (is_null(self::$webInstance)) {
                        // Get a new instance and set it
                        self::$webInstance = new WebOutput();