Manual:Collation.php/pt-br

Category:MediaWiki code/pt-br#Collation.php

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::getInstance()->getCollationFactory()->getCategoryCollation() instead
  • factory() - See MediaWikiServices::getInstance()->getCollationFactory()->makeCollation() instead

Extended by

See also

Category:MediaWiki code/pt-br