]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/producer/cruncher/keys/class_CruncherKeyProducer.php
Fixed a lot stuff for cruncher (missing methods, etc.)
[hub.git] / application / hub / main / producer / cruncher / keys / class_CruncherKeyProducer.php
index e18cdf4a226ef592563e7ab71c339a74caed184d..4850d5e5de5efc343ac371e0e8ebb0423a1964ed 100644 (file)
@@ -64,6 +64,16 @@ class CruncherKeyProducer extends BaseKeyProducer implements KeyProducer, Regist
        protected function initProducer () {
        }
 
+       /**
+        * Initializes the executor, whatever it does.
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function initExecutor (Stateable $stateInstance) {
+               $this->partialStub('Maybe implement this method?');
+       }
+
        /**
         * Produces some keys and pushes them onto the queue
         *