French inflector.
This class does only inflect nouns; not adjectives nor composed words like "soixante-dix".
CloneableFinalInstantiable
Methods |
public pluralize(string $singular) : array |
public singularize(string $plural) : array |
Constants |
private Symfony A list of all rules for pluralise.
|
private Symfony A list of all rules for singularize. |
private Symfony A list of words which should not be inflected. This list is only used by singularize. |
Methods |
private isInflectedWord(string $word) : bool |