X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdatabase%2Ffrontend%2Fclass_PaymentsDatabaseWrapper.php;h=6e50f07e012e3f7edc337c707cbcac34dd214973;hp=485d8d2f5dfb97f09139b851879f471c3b3ffcd5;hb=3cbaa685d35683473f2a13107999108344df2aa7;hpb=f99d59c66616a4a42b3716987f0cb40f181cd952 diff --git a/inc/classes/main/database/frontend/class_PaymentsDatabaseWrapper.php b/inc/classes/main/database/frontend/class_PaymentsDatabaseWrapper.php index 485d8d2f..6e50f07e 100644 --- a/inc/classes/main/database/frontend/class_PaymentsDatabaseWrapper.php +++ b/inc/classes/main/database/frontend/class_PaymentsDatabaseWrapper.php @@ -7,6 +7,7 @@ * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org + * @todo Add missing own interface for public methods * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +22,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class PaymentsDatabaseWrapper extends BaseDatabaseWrapper { +class PaymentsDatabaseWrapper extends BaseDatabaseWrapper implements Registerable { // Constants for exceptions const EXCEPTION_CLIENT_USERNAME_NOT_FOUND = 0x180;