Prepared for payment database layout
[shipsimu.git] / inc / classes / interfaces / discovery / class_Discoverable.php
index 8cc62fa7c1d20e68d6495ccebcd3630a0f9bd54b..4aa69e80a5a7c04970ef47d3730ec25d1001f055 100644 (file)
@@ -29,6 +29,14 @@ interface Discoverable extends FrameworkInterface {
         * @return      void
         */
        function discover (Requestable $requestInstance);
+
+       /**
+        * Adds the database result in a human-readable format to the helper class
+        *
+        * @param       $helperInstance         An instance of a helper class
+        * @return      void
+        */
+       function addResultsToHelper (HelpableTemplate $helperInstance);
 }
 
 //