Manual:Collation.php
MediaWiki file: Collation.php | |
---|---|
Location: | includes/collation/ |
Source code: | master • 1.43.1 • 1.42.6 • 1.39.12 |
Classes: | Collation |
Details
Collation.php contains an abstract class for performing database row sorting.
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