mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
Driver's reflection capabilities moved to IDibiReflector
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
* @copyright Copyright (c) 2010
|
||||
* @package dibi\drivers
|
||||
*/
|
||||
class DibiFirebirdDriver extends DibiObject implements IDibiDriver
|
||||
class DibiFirebirdDriver extends DibiObject implements IDibiDriver, IDibiReflector
|
||||
{
|
||||
const ERROR_EXCEPTION_THROWN = -836;
|
||||
|
||||
@@ -400,7 +400,7 @@ class DibiFirebirdDriver extends DibiObject implements IDibiDriver
|
||||
|
||||
|
||||
|
||||
/********************* reflection ********************/
|
||||
/********************* IDibiReflector ********************/
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user