* @version 0.1 */ 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 */ function loadObject (); } // [EOF] ?>