MediaWiki  REL1_21
TestConverter Class Reference

Test converter (from Tajiki to latin orthography) More...

Inheritance diagram for TestConverter:
Collaboration diagram for TestConverter:

List of all members.

Public Member Functions

 loadDefaultTables ()
 Load default conversion tables.

Private Attributes

 $table

Detailed Description

Test converter (from Tajiki to latin orthography)

Definition at line 113 of file LanguageConverterTest.php.


Member Function Documentation

Load default conversion tables.

This method must be implemented in derived class.

Access:
private
Exceptions:
MWException

Reimplemented from LanguageConverter.

Definition at line 120 of file LanguageConverterTest.php.

References array(), and table.


Member Data Documentation

TestConverter::$table [private]
Initial value:
 array(
                'б' => 'b',
                'в' => 'v',
                'г' => 'g',
        )

Definition at line 114 of file LanguageConverterTest.php.


The documentation for this class was generated from the following file: