parent
ca7e886b82
commit
c3b19996f8
|
@ -98,6 +98,16 @@ class DbConnection implements Selectable, Extensible, Updatable, Reducible, Insp
|
|||
return $query->getSelectQuery()->query();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the connection configuration
|
||||
*
|
||||
* @return ConfigObject
|
||||
*/
|
||||
public function getConfig()
|
||||
{
|
||||
return $this->config;
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for database type
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue