Example #1
0
 /**
  * Returns a brief string that can be used to describe this connection
  *
  * @return String Returns a URI that loosely identifies this connection
  */
 public function getIdentifier()
 {
     return $this->config->getIdentifier("MySQLi");
 }