Manual:Collation.php/pl
Appearance
| Plik MediaWiki: Collation.php | |
|---|---|
| Lokalizacja: | includes/collation/ (includes/Collation/ in 1.46 or later) |
| Kod źródłowy: | master • 1.45.1 • 1.44. • 1.39.16 |
| Klasy: | 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
- Manual:IcuCollation.php
- Manual:RemoteIcuCollation.php
- Manual:IdentityCollation.php
- Manual:UppercaseCollation.php
Zobacz też
- Manual:$wgCategoryCollation - Controls what type of collation is used for categories.
- Manual:CollationFactory.php