Manual:Collation.php/fr

Category:MediaWiki code/fr#Collation.php

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

Extended by

Voir aussi

Category:MediaWiki code/fr