]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/producer/class_
Continued on test-unit producer, fixed copyright:
[hub.git] / application / hub / main / producer / class_
index 257187f8ec3a853dcd42319d57caf930332d1327..34a85e85f50823d8a0e44b78bf2377bd9657af48 100644 (file)
@@ -44,6 +44,15 @@ class ???Producer extends BaseProducer implements Producer, Registerable {
                // Return the prepared instance
                return $producerInstance;
        }
+
+       /**
+        * Initializes the producer
+        *
+        * @return      void
+        */
+       protected function initProducer () {
+               $this->partialStub('Please implement this method.');
+       }
 }
 
 // [EOF]