Manual:Collation.php

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

See also