Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
singularize (string $plural) | |
pluralize (string $singular) | |
Attributs privés | |
const | PLURAL_MAP |
const | SINGULAR_MAP |
const | UNINFLECTED |
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.
Implémente InflectorInterface.
Références $suffix.
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.
Implémente InflectorInterface.
Références $suffix.
|
private |
Map English plural to singular suffixes.
|
private |
Map English singular to plural suffixes.
|
private |
A list of words which should not be inflected, reversed.