Added new interfaces for file i/o classes.
[core.git] / inc / classes / interfaces / class_FrameworkInterface.php
index 9ec630aaacb71b6aa13fd0510b4e06babbcc8a36..88b30bf2a8420c92be395160343eccbff9845a97 100644 (file)
@@ -3,11 +3,11 @@
  * This is the top-level interface for all other interfaces and should contain
  * method stubs which is being used in every class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.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 - 2013 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find a better name for this interface
  *
  * This program is free software: you can redistribute it and/or modify
@@ -34,11 +34,11 @@ interface FrameworkInterface {
        function getField ($fieldName);
 
        /**
-        * 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
         */
        function equals (FrameworkInterface $objectInstance);