MediaWiki
REL1_19
|
Test converter (from Tajiki to latin orthography) More...
Public Member Functions | |
loadDefaultTables () | |
Load default conversion tables. | |
Private Attributes | |
$table |
Test converter (from Tajiki to latin orthography)
Definition at line 108 of file LanguageConverterTest.php.
Load default conversion tables.
This method must be implemented in derived class.
Reimplemented from LanguageConverter.
Definition at line 115 of file LanguageConverterTest.php.
TestConverter::$table [private] |
array( 'б' => 'b', 'в' => 'v', 'г' => 'g', )
Definition at line 109 of file LanguageConverterTest.php.