JDatabaseDriver::addDisconnectHandler
Adds a function callable just before disconnecting the database. Parameter of the callable is $this JDatabaseDriver
Signature
public function addDisconnectHandler(callable
$callable )
Parameters
-
$callable
- Function to call in disconnect() method just before disconnecting from database
Returns
- void