Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataS...
[shipsimu.git] / inc / classes / interfaces / criteria / extended / class_LocalSearchCriteria.php
index 2ac9efda9497b2265742d1e7274bf5a97e2ba2a7..785c3c6a9d4b42f9dff449761598e76887fb17f5 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * An interface for local criterias
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
@@ -21,7 +21,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/>.
  */
-interface LocalCriteria extends Criteria {
+interface LocalSearchCriteria extends Criteria {
 }
 
 //