class StandardEnglishPluralizer implements Pluralizer
Standard replacement English pluralizer class.
Based on the links below
Methods
string |
getPluralForm(string $root)
Generate a plural name based on the passed in root. |
Details
at line 117
public string
getPluralForm(string $root)
Generate a plural name based on the passed in root.