X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fdatabase%2Fwrapper%2Fclass_ManageableAccountWrapper.php;h=ec9126ddb28d238e8b606415e6edd5baa7af6cdc;hp=e4b14d5d370e7c7732d4aaef25fdd23d8ea0fad8;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hpb=4b88c118b615335d06bd74e444173d21aef4406c diff --git a/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php b/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php index e4b14d5d..ec9126dd 100644 --- a/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php +++ b/inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php @@ -2,11 +2,11 @@ /** * An interface for wrapper handling manageable accounts * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * 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 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -interface ManageableAccountWrapper extends FrameworkInterface { +interface ManageableAccountWrapper extends DatabaseWrapper { /** * Handles inserting the registration data from a registration instance into the database *