Inflector_EN

Undocumented in source.
class Inflector_EN : Inflector

Inherited Members

From Inflector

_plurals
InflectionInterface[] _plurals;
Undocumented in source.
_singulars
InflectionInterface[] _singulars;
Undocumented in source.
_irregulars
Translation[] _irregulars;
Undocumented in source.
_uncountables
string[] _uncountables;
Undocumented in source.
plural
void plural()
Undocumented in source. Be warned that the author may not have intended to support it.
singular
void singular()
Undocumented in source. Be warned that the author may not have intended to support it.
irregular
void irregular(string singular, string plural)
Undocumented in source. Be warned that the author may not have intended to support it.
uncountable
void uncountable(string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
transform
string transform(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
pluralize
alias pluralize = transform!true
Undocumented in source.
singularize
alias singularize = transform!false
Undocumented in source.

Meta