mirror of
https://github.com/dg/dibi.git
synced 2025-08-10 16:14:57 +02:00
added IDibiDriver::getReflector()
This commit is contained in:
@@ -213,6 +213,17 @@ class DibiPdoDriver extends DibiObject implements IDibiDriver, IDibiResultDriver
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Returns the connection reflector.
|
||||
* @return IDibiReflector
|
||||
*/
|
||||
public function getReflector()
|
||||
{
|
||||
throw new NotSupportedException;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/********************* SQL ****************d*g**/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user