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:
parent
8d6639fa3c
commit
0c4f343238
@ -240,6 +240,17 @@ class DibiFirebirdDriver extends DibiObject implements IDibiDriver, IDibiResultD
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Returns the connection reflector.
|
||||
* @return IDibiReflector
|
||||
*/
|
||||
public function getReflector()
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/********************* SQL ********************/
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user