getCode()][$case][$word] ) ) { return $wgGrammarForms[$this->getCode()][$case][$word]; } switch ( $case ) { case 'rol': return $word . 'ról'; case 'ba': return $word . 'ba'; case 'k': return $word . 'k'; } return ''; } }