]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/database/wrapper/class_UserDatabaseWrapper.php
Setting index is now much nicer (more abstract!)
[shipsimu.git] / inc / classes / main / database / wrapper / class_UserDatabaseWrapper.php
index 0406bb2172e25e57c11372be31696b55852c0713..39e128387bb4820aae24f52f7cbb0bdd3587ff31 100644 (file)
@@ -63,6 +63,15 @@ class UserDatabaseWrapper extends BaseDatabaseWrapper {
                return $wrapperInstance;
        }
 
+       /**
+        * Getter for index key
+        *
+        * @return      $indexKey       Index key
+        */
+       public final function getIndexKey () {
+               return $this->getDatabaseInstance()->getIndexKey();
+       }
+
        /**
         * Handles inserting the registration data from a registration instance into the database
         *