Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface InflectorInterface
+ Graphe d'héritage de InflectorInterface:

Fonctions membres publiques

 singularize (string $plural)
 
 pluralize (string $singular)
 

Documentation des fonctions membres

◆ pluralize()

pluralize ( string  $singular)

Returns the plural forms of a string.

If the method can't determine the form with certainty, several possible plurals are returned.

Renvoie
string[]

Implémenté dans EnglishInflector, et FrenchInflector.

◆ singularize()

singularize ( string  $plural)

Returns the singular forms of a string.

If the method can't determine the form with certainty, several possible singulars are returned.

Renvoie
string[]

Implémenté dans EnglishInflector, et FrenchInflector.


La documentation de cette interface a été générée à partir du fichier suivant :