/**
  * Exposes the protected getRealTableName method.
  *
  * @param   string  $table  The name of the table.
  *
  * @return  string	The real name of the table.
  *
  * @since   11.1
  */
 public function getRealTableName($table)
 {
     return parent::getRealTableName($table);
 }