wiki.techinc.nl/includes/collation
Timo Tijhof 3a2a707546 Clean up remaining get_class() uses
* get_class()        -> __CLASS__ (same as self::class)
* get_called_class() -> static::class
* get_class($this)   -> static::class

Change-Id: I1888a1897ecf4548a2e5a67a942e5c080dd7e3d3
2017-03-07 22:03:47 +00:00
..
Collation.php Collation: Allow uppercase letters in UCA collations' names 2017-02-22 21:17:54 +01:00
CollationCkb.php
CollationEt.php includes: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:24 +00:00
CollationFa.php CollationFa: Third time's the charm 2017-01-05 15:54:00 +01:00
IcuCollation.php Clean up remaining get_class() uses 2017-03-07 22:03:47 +00:00
IdentityCollation.php
NumericUppercaseCollation.php Make NumericUppercaseCollation use localized digit transforms 2016-10-29 08:38:39 +00:00
UppercaseCollation.php