]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/source/units/class_TestUnitSource.php
Added classes for crawler sources + rewrote 'Source' interface + added more interface...
[hub.git] / application / hub / main / source / units / class_TestUnitSource.php
index 0de4ac22be0642109a69cc3ac7744304f9d6f07d..118beed4eaa8f9d57a291efa10410c83821c6ce4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TestUnit source 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 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub 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
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class TestUnitSource extends BaseSource implements Sourceable {
+class TestUnitSource extends BaseSource implements UnitSource, Registerable {
        /**
         * Protected constructor
         *
@@ -35,7 +35,7 @@ class TestUnitSource extends BaseSource implements Sourceable {
        /**
         * Creates an instance of this class
         *
-        * @return      $sourceInstance         An instance of a Sourceable class
+        * @return      $sourceInstance         An instance of a Source class
         */
        public final static function createTestUnitSource () {
                // Get new instance