Manual:Collation.php

From mediawiki.org
This page is a translated version of the page Manual:Collation.php and the translation is 17% complete.
Outdated translations are marked like this.

Detalhes

O arquivo Collation.php executa a classificação das linhas do banco de dados.

Public methods

Abstract

  • getSortKey() - Convert string to key that can be used for sorting.
  • getFirstLetter()

Deprecated

  • singleton() - See MediaWikiServices::getCollationFactory()->getCategoryCollation() instead
  • factory() - See MediaWikiServices::getCollationFactory()->makeCollation() instead

Extended by

See also