MediaWiki
master
IGrammarTransformer.php
Go to the documentation of this file.
1
<?php
7
namespace
Wikimedia\Leximorph\Handler\Overrides
;
8
20
interface
IGrammarTransformer
{
30
public
function
process
(
string
$word,
string
$case ): string;
31
}
Wikimedia\Leximorph\Handler\Overrides\IGrammarTransformer
IGrammarTransformer.
Definition
IGrammarTransformer.php:20
Wikimedia\Leximorph\Handler\Overrides\IGrammarTransformer\process
process(string $word, string $case)
Applies a procedural transformation to a word for a specific grammatical case.
Wikimedia\Leximorph\Handler\Overrides
includes
libs
Leximorph
Handler
Overrides
IGrammarTransformer.php
Generated on Wed Sep 9 2026 18:26:15 for MediaWiki by
1.10.0