]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/middleware/database/class_DatabaseConnection.php
Crypto helper and RNG added (weak!)
[shipsimu.git] / inc / classes / middleware / database / class_DatabaseConnection.php
index 74196bc628b37dc82d5e2e1245f6b033a582c073..4e81d30de06c0b6fe7905cb154c538db62f0616e 100644 (file)
@@ -86,6 +86,15 @@ class DatabaseConnection extends BaseMiddleware implements DatabaseConnector, Li
                $this->connectData['host']  = (string) $host;
        }
 
+       /**
+        * Getter for connection data
+        *
+        * @return      $connectData    Connection data stored with this clas
+        */
+       public final function getConnectionData () {
+               return $this->connectData;
+       }
+
        /**
         * Save a whole object or parts of it to the database or local file
         *