Manual:Collation.php/ja

Category:MediaWiki code/ja#Collation.php

詳細

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

関連項目

Category:MediaWiki code/ja