AbstractInterface
| Methods |
| public abstract pluralize(string $singular) : array Returns the plural forms of a string. If the method can't determine the form with certainty, several possible plurals are returned.
|
| public abstract singularize(string $plural) : array Returns the singular forms of a string. If the method can't determine the form with certainty, several possible singulars are returned.
|