]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/work_units/class_
Made two (generic/'base') classes abstract because calls are done from the generic...
[hub.git] / application / hub / main / helper / work_units / class_
index 1c6100e58c2fe657814a902a4c132a94918d4075..90273eae622daa6fdcf78b46d6d51ed46ebdf512 100644 (file)
@@ -45,6 +45,16 @@ class ???WorkUnitHelper extends BaseWorkUnitHelper implements UnitHelper {
                return $unitInstance;
        }
 
+       /**
+        * Initializes this WU helper
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       protected function initializeUnitHelper () {
+               $this->partialStub('Please implement this method.');
+       }
+
        /**
         * Generates a work/test/foo unit instance
         *