MediaWiki  1.28.1
IdentityCollation Class Reference

Collation class that's essentially a no-op. More...

Inheritance diagram for IdentityCollation:
Collaboration diagram for IdentityCollation:

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 ()
 

Detailed Description

Collation class that's essentially a no-op.

Does sorting based on binary value of the string. Like how things were pre 1.17.

Since
1.18

Definition at line 29 of file IdentityCollation.php.

Member Function Documentation

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.


The documentation for this class was generated from the following file: