]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/auth/class_CookieAuth.php
getStackCount() is now public
[core.git] / inc / classes / main / auth / class_CookieAuth.php
index 436268f00c36113add24959dd8a9c324644f4afa..9e5d3fe2feb931de76650f18c0298ae47eaab9b3 100644 (file)
@@ -4,7 +4,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
  *
@@ -38,7 +38,7 @@ class CookieAuth extends BaseFrameworkSystem implements Authorizeable, Registera
         * @param       $responseInstance       An instance of a Responseable class
         * @return      $loginInstance          An instance of this login class
         */
-       public final static function createCookieAuth (Responseable $responseInstance) {
+       public static final function createCookieAuth (Responseable $responseInstance) {
                // Get a new instance
                $loginInstance = new CookieAuth();