MediaWiki  REL1_19
LanguageHe Class Reference

Hebrew (עברית) More...

Inheritance diagram for LanguageHe:
Collaboration diagram for LanguageHe:

List of all members.

Public Member Functions

 convertGrammar ($word, $case)
 Convert grammar forms of words.
 convertPlural ($count, $forms)
 Gets a number and uses the suited form of the word.

Detailed Description

Hebrew (עברית)

Author:
Rotem Liss

Definition at line 10 of file LanguageHe.php.


Member Function Documentation

LanguageHe::convertGrammar ( word,
case 
)

Convert grammar forms of words.

Available cases: "prefixed" (or "תחילית") - when the word has a prefix

Parameters:
$wordString: the word to convert
$caseString: the case
Returns:
string

Reimplemented from Language.

Definition at line 23 of file LanguageHe.php.

References $wgGrammarForms.

LanguageHe::convertPlural ( count,
forms 
)

Gets a number and uses the suited form of the word.

Parameters:
$countInteger: the number of items
$formsArray with 3 items: the three plural forms
Returns:
String: the suited form of word

Reimplemented from Language.

Definition at line 58 of file LanguageHe.php.

References $count, and Language\preConvertPlural().

Here is the call graph for this function:


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