Manual:Collation.php

From mediawiki.org
This page is a translated version of the page Manual:Collation.php and the translation is 25% complete.
Outdated translations are marked like this.

詳細

Collation.php は、データベースの行の並べ替えを実行します。

== Public methods == === Abstract ===

  • getSortKey() - Convert string to key that can be used for sorting.
  • getFirstLetter()

=== Deprecated ===

  • singleton() - See MediaWikiServices::getCollationFactory()->getCategoryCollation() instead
  • factory() - See MediaWikiServices::getCollationFactory()->makeCollation() instead

== Extended by ==

関連項目