interface Pluralizer
The generic interface to create a plural form of a name.
Methods
string |
getPluralForm(string $root)
Generate a plural name based on the passed in root. |
Details
at line 26
public string
getPluralForm(string $root)
Generate a plural name based on the passed in root.