]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/database/frontend/class_BaseDatabaseFrontend.php
Continued:
[core.git] / framework / main / classes / database / frontend / class_BaseDatabaseFrontend.php
index 446e13a51ff789b5d01ffaf86fc2d07f5c9a18d0..1201949f9ad24ba3ce514c5e400ab1ad82a3a54b 100644 (file)
@@ -45,11 +45,12 @@ abstract class BaseDatabaseFrontend extends BaseFrameworkSystem {
        /**
         * Protected constructor
         *
+        * @param       $className      Name of the class
         * @return      void
         */
-       protected function __construct ($class) {
+       protected function __construct (string $className) {
                // Call parent constructor
-               parent::__construct($class);
+               parent::__construct($className);
 
                // Initialize the cache instance
                $this->initCacheInstance();