Inherits Language.
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. |
Definition at line 10 of file LanguageHe.php.
LanguageHe::convertGrammar | ( | $ | word, | |
$ | case | |||
) |
Convert grammar forms of words.
Available cases: "prefixed" (or "תחילית") - when the word has a prefix
string | the word to convert | |
string | the case |
Reimplemented from Language.
Definition at line 20 of file LanguageHe.php.
References $wgGrammarForms.
LanguageHe::convertPlural | ( | $ | count, | |
$ | forms | |||
) |
Gets a number and uses the suited form of the word.
integer | the number of items | |
string | the first form (singular) | |
string | the second form (plural) | |
string | the third form (2 items, plural is used if not applicable and not specified | |
not | used (for compatibility with ancestor) | |
not | used (for compatibility with ancestor) |
Reimplemented from Language.
Definition at line 60 of file LanguageHe.php.
References $count, and Language::preConvertPlural().