MediaWiki
master
|
Public Member Functions | |
__construct () | |
getFirstLetter ( $string) | |
getSortKey ( $string) | |
![]() | |
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... | |
Private Attributes | |
$lang | |
Additional Inherited Members | |
![]() | |
static | factory ( $collationName) |
static | singleton () |
Definition at line 25 of file UppercaseCollation.php.
UppercaseCollation::__construct | ( | ) |
Definition at line 29 of file UppercaseCollation.php.
UppercaseCollation::getFirstLetter | ( | $string | ) |
Definition at line 39 of file UppercaseCollation.php.
UppercaseCollation::getSortKey | ( | $string | ) |
Definition at line 35 of file UppercaseCollation.php.
|
private |
Definition at line 27 of file UppercaseCollation.php.
Referenced by NumericUppercaseCollation\__construct().