]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/work_units/cruncher/class_CruncherTestUnitHelper.php
Updated 'core'.
[hub.git] / application / hub / main / helper / work_units / cruncher / class_CruncherTestUnitHelper.php
index f97f8d3a090bf7a5daff489ca9457b2f9dd6ae80..704a8d9c5c4e5215e8829717948ccec5557bb1fc 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 /**
- * A ??? work unit helper
+ * A test unit helper for cruncher
  *
- * @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) 2011 - 2014 Cruncher 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
@@ -46,7 +46,8 @@ class CruncherTestUnitHelper extends BaseWorkUnitHelper implements UnitHelper {
        }
 
        /**
-        * Initializes this WU helper
+        * Initializes this WU helper. This method satisfies the abstract
+        * BaseWorkUnitHelper class.
         *
         * @return      void
         * @todo        0% done
@@ -56,12 +57,13 @@ class CruncherTestUnitHelper extends BaseWorkUnitHelper implements UnitHelper {
        }
 
        /**
-        * Generates a work/test/foo unit instance
+        * Generates a work/test/foo unit instance. This method satifies the
+        * UnitHelper interface.
         *
         * @return      $unitInstance   A work unit instance
         * @todo        0% done
         */
-       public function generateUnit () {
+       public function generateNextUnitInstance () {
                $this->partialStub('Please implement this method.');
        }
 }