Added missing method to mysqli class

This commit is contained in:
Raphaël Doursenaud 2014-02-21 14:27:29 +01:00
parent ea14ca10cd
commit 894ac6fdc0

View File

@ -233,6 +233,16 @@ class DoliDBMysqli extends DoliDB
return $this->db;
}
/**
* Return label of manager
*
* @return string Label
*/
function getLabel()
{
return $this->label;
}
/**
* Return version of database server
*