Added missing method to mysqli class
This commit is contained in:
parent
ea14ca10cd
commit
894ac6fdc0
@ -233,6 +233,16 @@ class DoliDBMysqli extends DoliDB
|
|||||||
return $this->db;
|
return $this->db;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return label of manager
|
||||||
|
*
|
||||||
|
* @return string Label
|
||||||
|
*/
|
||||||
|
function getLabel()
|
||||||
|
{
|
||||||
|
return $this->label;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return version of database server
|
* Return version of database server
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user