X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=framework%2Fmain%2Finterfaces%2Fcriteria%2Fextended%2Fclass_AddableCriteria.php;h=c77157665ca0a9d42a3024c43497936bd6ec769a;hb=refs%2Fheads%2Fmaster;hp=d057ceabf2c4d8337bac3ae21f0c7a036ae6460c;hpb=cad1ab5ecb2935a6ebf678555860c3bd96b525b0;p=core.git diff --git a/framework/main/interfaces/criteria/extended/class_AddableCriteria.php b/framework/main/interfaces/criteria/extended/class_AddableCriteria.php deleted file mode 100644 index d057ceab..00000000 --- a/framework/main/interfaces/criteria/extended/class_AddableCriteria.php +++ /dev/null @@ -1,44 +0,0 @@ - - * @version 0.0.0 -<<<<<<< HEAD:framework/main/interfaces/criteria/extended/class_AddableCriteria.php - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team -======= - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team ->>>>>>> Some updates::inc/main/interfaces/criteria/extended/class_AddableCriteria.php - * @license GNU GPL 3.0 or any newer version - * @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 - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -interface AddableCriteria extends FrameworkInterface { - /** - * Adds registration elements to a given dataset instance - * - * @param $criteriaInstance An instance of a StoreableCriteria class - * @return void - */ - function addElementsToDataSet (StoreableCriteria $criteriaInstance); - -}