Prepared for payment database layout
[shipsimu.git] / inc / classes / main / discovery / class_
index 05a2063df7587f4a58ca0aba46fe9362ad0dc0e8..890d6502e3386c0f5b25eaa050442e43e39fa74a 100644 (file)
@@ -56,10 +56,22 @@ class ???Discovery extends BaseDiscovery implements Discoverable {
         *
         * @param       $requestInstance        An instance of a Requestable class
         * @return      void
+        * @todo        0% done
         */
        public function discover (Requestable $requestInstance) {
                $this->partialStub("Please implement this method.");
        }
+
+       /**
+        * Adds the database result in a human-readable format to the helper class
+        *
+        * @param       $helperInstance         An instance of a helper class
+        * @return      void
+        * @todo        0% done
+        */
+       public function addResultsToHelper (HelpableTemplate $helperInstance) {
+               $this->partialStub("Please implement this method.");
+       }
 }
 
 // [EOF]