Manual:Collation.php

From mediawiki.org

Details[edit]

Collation.php contains an abstract class for performing database row sorting.

Public methods[edit]

Abstract[edit]

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

Deprecated[edit]

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

Extended by[edit]

See also[edit]