]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/database/frontend/class_DatabaseFrontendInterface.php
A lot more old methods deprecated and already deprecated methods removed
[shipsimu.git] / inc / classes / interfaces / database / frontend / class_DatabaseFrontendInterface.php
index 81ca81d3b2601d6eeacd5aee645578dde27b7ded..78f30ff66005384808337ba7c95a567a9cf044cd 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 interface DatabaseFrontendInterface extends FrameworkDatabaseInterface {
-       /**
-        * Loads data saved with saveObject from the database and re-creates a
-        * full object from it.
-        * If limitObject() was called before a new object ObjectContainer with
-        * all requested attributes will be returned instead.
-        *
-        * @return      Object  The fully re-created object or instance to
-        *                                      ObjectContainer
-        * @deprecated
-        */
-       function loadObject ();
-
        /**
         * Makes sure that the database connection is up and alive
         *