-
Notifications
You must be signed in to change notification settings - Fork 35
icms_db_legacy_Factory
Raimondas Rimkevičius edited this page Mar 9, 2020
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
Creates a database connection
- Class name: icms_db_legacy_Factory
- Namespace:
- Parent class: icms_db_Factory
mixed icms_db_Factory::__construct()
Just making icms_db_Factory constructor private.
- Visibility: private
- This method is defined by icms_db_Factory
object icms_db_Factory::instance()
Get a reference to the only instance of database class and connects to DB
if the class has not been instantiated yet, this will also take care of that
- Visibility: public
- This method is static.
- This method is defined by icms_db_Factory
object icms_db_legacy_Factory::getDatabase()
Gets a reference to the only instance of database class. Currently only being used within the installer.
- Visibility: public
- This method is static.
\icms_db_legacy_updater_Handler icms_db_legacy_Factory::getDatabaseUpdater()
Gets the databaseupdater object .
- Visibility: public
- This method is static.
mixed icms_db_Factory::pdoInstance()
Instanciate the PDO compatible DB adapter (if appropriate).
- Visibility: public
- This method is static.
- This method is defined by icms_db_Factory