
Public Member Functions | |
| creatingDatabaseInstance ($name) | |
| Called when the database is about to be created by the factory. | |
| createdDatabaseInstance ($name, spunQ_IDatabaseConnection $connection) | |
| Called when the database connection has been established. | |
Definition at line 6 of file IDatabaseInstantiationListener.interface.php.
| spunQ_IDatabaseInstantiationListener::createdDatabaseInstance | ( | $ | name, | |
| spunQ_IDatabaseConnection $ | connection | |||
| ) |
Called when the database connection has been established.
| $name | Name of the connection. | |
| $connection | The connection object that was created. |
Implemented in spunQ_Locale, and spunQ_User.
| spunQ_IDatabaseInstantiationListener::creatingDatabaseInstance | ( | $ | name | ) |
Called when the database is about to be created by the factory.
| $name | Name of the connection. |
Implemented in spunQ_Locale, and spunQ_User.
1.5.9