MediaWiki
1.28.0
|
Collation class that's essentially a no-op. More...
Public Member Functions | |
getFirstLetter ($string) | |
getSortKey ($string) | |
Public Member Functions inherited from Collation | |
getFirstLetter ($string) | |
Given a string, return the logical "first letter" to be used for grouping on category pages and so on. More... | |
getSortKey ($string) | |
Given a string, convert it to a (hopefully short) key that can be used for efficient sorting. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Collation | |
static | factory ($collationName) |
static | singleton () |
Collation class that's essentially a no-op.
Does sorting based on binary value of the string. Like how things were pre 1.17.
Definition at line 29 of file IdentityCollation.php.
IdentityCollation::getFirstLetter | ( | $string | ) |
Definition at line 35 of file IdentityCollation.php.
References $wgContLang, and global.
IdentityCollation::getSortKey | ( | $string | ) |
Definition at line 31 of file IdentityCollation.php.