class PluralFilter

Methods

string
__invoke($singular, $number = null, $plural = null)

Make sure that a number is accompanied with the appropriate grammatical number

static 
get()

No description

Details

at line line 20
string __invoke($singular, $number = null, $plural = null)

Make sure that a number is accompanied with the appropriate grammatical number

Parameters

$singular
$number
$plural

Return Value

string

at line line 35
static get()