MediaWiki
REL1_20
|
Maintenance script that check digit transformation. More...
Public Member Functions | |
__construct () | |
Default constructor. | |
execute () | |
Do the actual work. | |
Private Attributes | |
$mLangs |
Maintenance script that check digit transformation.
Definition at line 31 of file digit2html.php.
Default constructor.
Children should call this *first* if implementing their own constructors
Reimplemented from Maintenance.
Definition at line 42 of file digit2html.php.
Do the actual work.
All child classes will need to implement this
Reimplemented from Maintenance.
Definition at line 47 of file digit2html.php.
References $digitTransformTable, Maintenance\error(), Language\getMessagesFileName(), Maintenance\output(), and utf8ToHexSequence().
Digit2Html::$mLangs [private] |
array( 'Ar', 'As', 'Bh', 'Bo', 'Dz', 'Fa', 'Gu', 'Hi', 'Km', 'Kn', 'Ks', 'Lo', 'Ml', 'Mr', 'Ne', 'New', 'Or', 'Pa', 'Pi', 'Sa' )
Definition at line 35 of file digit2html.php.