Manual:Collation.php
Appearance
| MediaWiki ファイル: Collation.php | |
|---|---|
| 場所: | includes/collation/ (includes/Collation/ in 1.46 or later) |
| ソース コード: | master • 1.44.2 • 1.43.5 • 1.39.15 |
| クラス: | Collation |
詳細
Collation.php contains an abstract class for performing database row sorting.
公開メソッド
要約
- getSortKey() - Convert string to key that can be used for sorting.
- getFirstLetter()
廃止予定
- 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
関連項目
- Manual:$wgCategoryCollation - Controls what type of collation is used for categories.
- Manual:CollationFactory.php