Manual:Collation.php/pt-br
Arquivo do MediaWiki: Collation.php | |
---|---|
Localização: | includes/collation/ |
Código-fonte: | master • 1.44.0 • 1.43.3 • 1.39.13 |
Classes: | Collation |
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
- Manual:$wgCategoryCollation - Controls what type of collation is used for categories.
- Manual:CollationFactory.php