Manual:Collation.php/pl

This page is a translated version of the page Manual:Collation.php and the translation is 8% complete.

==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::getCollationFactory()->getCategoryCollation() instead
  • factory() - See MediaWikiServices::getCollationFactory()->makeCollation() instead

== Extended by ==

Zobacz też