Example #1
0
 /**
  * Retrieves the list of all databases the user has access to
  *
  * @return array List of database names
  */
 public function databaseList()
 {
     return $this->schemaManager->databaseList();
 }