X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Finterfaces%2Fvisitor%2Fquery%2Fclass_QueryVisitor.php;fp=application%2Fhub%2Finterfaces%2Fvisitor%2Fquery%2Fclass_QueryVisitor.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=f23716f213a691576c6a4cecd10a2efd87cf54c2;hp=0cac3bcf234562577033d90ccc6bf8d4626c0896;hpb=debb0c2e960342196991f332e25ecc53e659d598;p=hub.git diff --git a/application/hub/interfaces/visitor/query/class_QueryVisitor.php b/application/hub/interfaces/visitor/query/class_QueryVisitor.php index 0cac3bcf2..f551ef47b 100644 --- a/application/hub/interfaces/visitor/query/class_QueryVisitor.php +++ b/application/hub/interfaces/visitor/query/class_QueryVisitor.php @@ -1,35 +1,3 @@ - * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team - * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.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 QueryVisitor extends Visitor { - /** - * Query visitor method for active queries - * - * @param $queryInstance A Queryable instance - * @return void - */ - function visitQuery (Queryable $queryInstance); -} - -// [EOF] +// @DEPRECATED ?>