]> git.mxchange.org Git - core.git/blobdiff - inc/config/class_FrameworkConfiguration.php
Update also these copyrights
[core.git] / inc / config / class_FrameworkConfiguration.php
index b3bc491fe1de8092b092a37cd390b57992f7b94f..38ccf6e5c2c79b345b99610326f41d9e87ba9056 100644 (file)
@@ -8,7 +8,7 @@
  * @see                        ClassLoader
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -103,10 +103,10 @@ class FrameworkConfiguration implements Registerable {
        }
 
        /**
-        * Checks wether the given configuration entry is set
+        * Checks whether the given configuration entry is set
         *
         * @param       $configEntry    The configuration entry we shall check
-        * @return      $isset                  Wether the given configuration entry is set
+        * @return      $isset                  Whether the given configuration entry is set
         */
        protected function isConfigurationEntrySet ($configEntry) {
                // Is it set?
@@ -233,9 +233,9 @@ class FrameworkConfiguration implements Registerable {
        }
 
        /**
-        * Checks wether HTTPS is set in $_SERVER
+        * Checks whether HTTPS is set in $_SERVER
         *
-        * @return $isset       Wether HTTPS is set
+        * @return $isset       Whether HTTPS is set
         */
        public function isHttpSecured () {
                return (isset($_SERVER['HTTPS']));
@@ -323,11 +323,11 @@ class FrameworkConfiguration implements Registerable {
        }
 
        /**
-        * Checks wether an object equals this object. You should overwrite this
+        * Checks whether an object equals this object. You should overwrite this
         * method to implement own equality checks
         *
         * @param       $objectInstance         An instance of a FrameworkInterface object
-        * @return      $equals                         Wether both objects equals
+        * @return      $equals                         Whether both objects equals
         */
        public function equals (FrameworkInterface $objectInstance) {
                // Now test it