1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16:39 +02:00

added IDibiDriver::getReflector()

This commit is contained in:
David Grudl
2010-08-05 21:03:08 +02:00
parent 9f982cb310
commit 65b5e2eecd
12 changed files with 118 additions and 4 deletions

View File

@@ -194,6 +194,17 @@ class DibiSqlite3Driver extends DibiObject implements IDibiDriver, IDibiResultDr
/**
* Returns the connection reflector.
* @return IDibiReflector
*/
public function getReflector()
{
return $this;
}
/********************* SQL ****************d*g**/