MediaWiki  REL1_20
Digit2Html Class Reference

Maintenance script that check digit transformation. More...

Inheritance diagram for Digit2Html:
Collaboration diagram for Digit2Html:

List of all members.

Public Member Functions

 __construct ()
 Default constructor.
 execute ()
 Do the actual work.

Private Attributes

 $mLangs

Detailed Description

Maintenance script that check digit transformation.

Definition at line 31 of file digit2html.php.


Constructor & Destructor Documentation

Default constructor.

Children should call this *first* if implementing their own constructors

Reimplemented from Maintenance.

Definition at line 42 of file digit2html.php.


Member Function Documentation

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().


Member Data Documentation

Digit2Html::$mLangs [private]
Initial value:
 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.


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