Jump to content

Manual:Collation.php

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Extended by

See also