Copied!
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.

  • return string[]
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.

  • return string[]
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration