A much better name is HandleableProtocol.
[core.git] / inc / classes / interfaces / registry / class_Register.php
index d59051f39215af151e0da364500898b2baab252f..679ea4ffc6f39eda1401adf5cb76d05d587a7d20 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An interface for registries
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  */
 interface Register extends FrameworkInterface {
        /**
-        * Checks wether an instance key was found
+        * Checks whether an instance key was found
         *
         * @param       $instanceKey    The key holding an instance in registry
-        * @return      $exists                 Wether the key exists in registry
+        * @return      $exists                 Whether the key exists in registry
         */
        function instanceExists ($instanceKey);