コード例 #1
0
ファイル: CollationCkb.php プロジェクト: claudinec/galan-wiki
 public function __construct()
 {
     // This will set $locale and collators, which affect the actual sorting order
     parent::__construct('fa');
     // Override the 'fa' language set by parent constructor, which affects #getFirstLetterData()
     $this->digitTransformLanguage = Language::factory('ckb');
 }
コード例 #2
0
ファイル: Collation.php プロジェクト: Acidburn0zzz/mediawiki
 function __construct()
 {
     parent::__construct('et');
 }