MediaWiki  REL1_20
ResourceLoaderLanguageDataModule Class Reference

ResourceLoader module for populating language specific data. More...

Inheritance diagram for ResourceLoaderLanguageDataModule:
Collaboration diagram for ResourceLoaderLanguageDataModule:

List of all members.

Public Member Functions

 getDependencies ()
 getModifiedTime (ResourceLoaderContext $context)
 getScript (ResourceLoaderContext $context)

Protected Member Functions

 getData ()
 Get all the dynamic data for the content language to an array.
 getDigitTransformTable ()
 Get the digit transform table for the content language Seperator transform table also required here to convert the .
 getPluralRules ()
 Get the plural forms for the site content language.
 getSiteLangGrammarForms ()
 Get the grammar forms for the site content language.

Protected Attributes

 $language

Detailed Description

ResourceLoader module for populating language specific data.

Definition at line 28 of file ResourceLoaderLanguageDataModule.php.


Member Function Documentation

Get all the dynamic data for the content language to an array.

Returns:
array

Definition at line 72 of file ResourceLoaderLanguageDataModule.php.

References getDigitTransformTable(), getPluralRules(), and getSiteLangGrammarForms().

Referenced by getModifiedTime(), and getScript().

Get the digit transform table for the content language Seperator transform table also required here to convert the .

and , sign to appropriate forms in content language.

Returns:
array

Definition at line 56 of file ResourceLoaderLanguageDataModule.php.

References $digitTransformTable, and $separatorTransformTable.

Referenced by getData().

Get the plural forms for the site content language.

Returns:
array

Definition at line 45 of file ResourceLoaderLanguageDataModule.php.

Referenced by getData().

Get the grammar forms for the site content language.

Returns:
array

Definition at line 36 of file ResourceLoaderLanguageDataModule.php.

Referenced by getData().


Member Data Documentation

ResourceLoaderLanguageDataModule::$language [protected]

Definition at line 30 of file ResourceLoaderLanguageDataModule.php.


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