1
0
mirror of https://github.com/dg/dibi.git synced 2025-02-24 02:43:09 +01:00

Firebird driver: added missing getReflector()

This commit is contained in:
David Grudl 2010-10-06 16:17:29 +02:00
parent 8d6639fa3c
commit 0c4f343238

View File

@ -240,6 +240,17 @@ class DibiFirebirdDriver extends DibiObject implements IDibiDriver, IDibiResultD
/**
* Returns the connection reflector.
* @return IDibiReflector
*/
public function getReflector()
{
return $this;
}
/********************* SQL ********************/