]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/database/class_FrameworkDatabaseInterface.php
Fake class names added, insertDataSet() stub added, dataset criteria added
[shipsimu.git] / inc / classes / interfaces / database / class_FrameworkDatabaseInterface.php
index 7ea4b6149130a4c4337b72637da318ec46e8ae8f..d1a3266f72c0138b5cb06e14a1ba4fd057d13ee3 100644 (file)
@@ -30,8 +30,9 @@ interface FrameworkDatabaseInterface extends FrameworkInterface {
         * @param               $object An instance to the object we want to save
         * @return      void
         * @see         limitObject(ObjectLimits)       limitObject
+        * @deprecated
         */
-       function saveObject ($object);
+       function saveObject (FrameworkInterface $object);
 
        /**
         * Analyses if a unique ID has already been used or not. This method does
@@ -62,6 +63,7 @@ interface FrameworkDatabaseInterface extends FrameworkInterface {
         * @throws      NoObjectException               If $dbInstance is not an object
         * @throws      MissingMethodException  If the required method
         *                                                              isUniqueIdUsed() was not found
+        * @deprecated
         */
        function getObjectFromCachedData ($idNumber);
 }