MediaWiki
REL1_19
|
Hebrew (עברית) More...
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. |
Hebrew (עברית)
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
$word | String: the word to convert |
$case | String: the case |
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.
$count | Integer: the number of items |
$forms | Array with 3 items: the three plural forms |
Reimplemented from Language.
Definition at line 58 of file LanguageHe.php.
References $count, and Language\preConvertPlural().