|
MediaWiki
master
|


Public Member Functions | |
| __construct () | |
| 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... | |
Private Attributes | |
| $lang | |
Additional Inherited Members | |
Static Public Member Functions inherited from Collation | |
| static | factory ($collationName) |
| static | singleton () |
Definition at line 23 of file UppercaseCollation.php.
| UppercaseCollation::__construct | ( | ) |
Definition at line 27 of file UppercaseCollation.php.
References Language\factory().
| UppercaseCollation::getFirstLetter | ( | $string | ) |
Definition at line 37 of file UppercaseCollation.php.
| UppercaseCollation::getSortKey | ( | $string | ) |
Definition at line 33 of file UppercaseCollation.php.
|
private |
Definition at line 25 of file UppercaseCollation.php.