resultType is now removed (was not used anyway)
[core.git] / inc / classes / interfaces / database / frontend / class_DatabaseFrontendInterface.php
index 1ec0e50ed81a43378841d3fec2eeeb386ac627bd..426fe38bb0c94d48c39ed054f0a65f207b2af3c3 100644 (file)
@@ -37,14 +37,13 @@ interface DatabaseFrontendInterface extends FrameworkDatabaseInterface {
         * Starts a SELECT query on the database by given return type, table name
         * and search criteria
         *
-        * @param       $resultType             Result type ('array', 'object' and 'indexed' are valid)
         * @param       $tableName              Name of the database table
         * @param       $criteria               Search criteria class
         * @return      $resultData             Result data of the query
         * @throws      UnsupportedCriteriaException    If the criteria is unsupported
         * @throws      SqlException                                    If an SQL error occurs
         */
-       function querySelect ($resultType, $tableName, LocalSearchCriteria $criteriaInstance);
+       function querySelect ($tableName, LocalSearchCriteria $criteriaInstance);
 
        /**
         * 'Inserts' a data set instance into a local file database folder