]> git.mxchange.org Git - core.git/commitdiff
Now a more generate interface
authorRoland Häder <roland@mxchange.org>
Mon, 3 Aug 2009 21:36:21 +0000 (21:36 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 3 Aug 2009 21:36:21 +0000 (21:36 +0000)
inc/classes/main/database/databases/class_LocalFileDatabase.php

index 5ba5e22fc58a71ed63959626f6eb678db4e4d53f..2d4929c80273157a75fa9b143d66484711c2e270 100644 (file)
@@ -305,7 +305,7 @@ class LocalFileDatabase extends BaseDatabaseFrontend implements DatabaseFrontend
         * @param       $rowName                        Name of the row
         * @return      $fqfn                           The FQFN for this row
         */
         * @param       $rowName                        Name of the row
         * @return      $fqfn                           The FQFN for this row
         */
-       private function generateFqfnFromDataSet (StorableCriteria $dataSetInstance, $rowName) {
+       private function generateFqfnFromDataSet (Criteria $dataSetInstance, $rowName) {
                // This is the FQFN
                $fqfn = $this->getSavePath() . $dataSetInstance->getTableName() . '/' . $rowName . '.' . $this->getFileExtension();
 
                // This is the FQFN
                $fqfn = $this->getSavePath() . $dataSetInstance->getTableName() . '/' . $rowName . '.' . $this->getFileExtension();