Manuel:Collation.php

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

Détails

Collation.php réalise le tri de la base de données par ligne.

== 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 ==

Voir aussi