/**
  * Exposes the protected getGenericTableName method.
  *
  * @param   string  $table  The name of a table.
  *
  * @return  string  The name of the table with the database prefix replaced with #__.
  *
  * @since   11.1
  */
 public function getGenericTableName($table)
 {
     return parent::getGenericTableName($table);
 }