beautify et ajout export type connection
This commit is contained in:
@@ -217,9 +217,14 @@ class Connection
|
||||
{
|
||||
return $this->error;
|
||||
}
|
||||
|
||||
|
||||
public function getPdo()
|
||||
{
|
||||
return $this->pdo;
|
||||
}
|
||||
|
||||
public function getDriverType()
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user