Fix for getSelfInstance
authorRoland Häder <roland@mxchange.org>
Sun, 22 Apr 2012 20:03:07 +0000 (20:03 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Apr 2012 20:03:07 +0000 (20:03 +0000)
application/selector/class_ApplicationHelper.php
application/ship-simu/class_ApplicationHelper.php

index 257fbbba216327f1fac86c237b6a56cd37935bc7..5c69c52656106656206ec340845516f54a5d2739 100644 (file)
@@ -80,7 +80,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
         *
         * @return      $selfInstance   An instance of this class
         */
-       public final static function getInstance () {
+       public final static function getSelfInstance () {
                // Is the instance there?
                if (is_null(self::$selfInstance)) {
                        self::$selfInstance = new ApplicationHelper();
index b50c6a14b06b8a3449e1c59d3850b3adadc33672..ff98b1cfb1793327f58842c7773479da54682520 100644 (file)
@@ -78,9 +78,9 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
        /**
         * Getter for an instance of this class
         *
-        * @return      $selfInstance           An instance of this class
+        * @return      $selfInstance   An instance of this class
         */
-       public static final function getInstance () {
+       public static final function getSelfInstance () {
                // Is the instance there?
                if (is_null(self::$selfInstance)) {
                        self::$selfInstance = new ApplicationHelper();