]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/discovery/payment/class_LocalPaymentDiscovery.php
Prepared for payment database layout
[shipsimu.git] / inc / classes / main / discovery / payment / class_LocalPaymentDiscovery.php
index 1c46a4f9cc0073a3fff5e5417518266372ea1060..129dd3b14a95a5db094aa6086ec05da822fbeed6 100644 (file)
@@ -23,7 +23,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class LocalPaymentDiscovery extends BaseDiscovery implements Discoverable {
+class LocalPaymentDiscovery extends BaseDiscovery implements Discoverable, Registerable {
        /**
         * Protected constructor
         *
@@ -77,6 +77,17 @@ class LocalPaymentDiscovery extends BaseDiscovery implements Discoverable {
                // Set the result instance
                $this->setResultInstance($resultInstance);
        }
+
+       /**
+        * 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) {
+               // Undone part
+       }
 }
 
 // [EOF]