Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JStringNormalise
+ Graphe d'héritage de JStringNormalise:

Liste de tous les membres

Fonctions membres publiques statiques

static toCamelCase ($input)
static toDashSeparated ($input)
static toSpaceSeparated ($input)
static toUnderscoreSeparated ($input)
static toVariable ($input)
static toKey ($input)

Documentation des fonctions membres

static JStringNormalise::toCamelCase (   $input)
static

Method to convert a string into camel case.

Paramètres:
string$inputThe string input.
Renvoie:
string The camel case string.
Depuis:
11.3

Références JString\str_ireplace(), toSpaceSeparated(), et JString\ucwords().

Référencé par toVariable().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

static JStringNormalise::toDashSeparated (   $input)
static

Method to convert a string into dash separated form.

Paramètres:
string$inputThe string input.
Renvoie:
string The dash separated string.
Depuis:
11.3

Références JString\str_ireplace().

+ Voici le graphe d'appel pour cette fonction :

static JStringNormalise::toKey (   $input)
static

Method to convert a string into key form.

Paramètres:
string$inputThe string input.
Renvoie:
string The key string.
Depuis:
11.3

Références JString\strtolower(), et toUnderscoreSeparated().

+ Voici le graphe d'appel pour cette fonction :

static JStringNormalise::toSpaceSeparated (   $input)
static

Method to convert a string into space separated form.

Paramètres:
string$inputThe string input.
Renvoie:
string The space separated string.
Depuis:
11.3

Références JString\str_ireplace().

Référencé par toCamelCase(), et toVariable().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

static JStringNormalise::toUnderscoreSeparated (   $input)
static

Method to convert a string into underscore separated form.

Paramètres:
string$inputThe string input.
Renvoie:
string The underscore separated string.
Depuis:
11.3

Références JString\str_ireplace().

Référencé par toKey().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

static JStringNormalise::toVariable (   $input)
static

Method to convert a string into variable form.

Paramètres:
string$inputThe string input.
Renvoie:
string The variable string.
Depuis:
11.3

Références JString\strtolower(), JString\substr(), JString\substr_replace(), toCamelCase(), et toSpaceSeparated().

+ Voici le graphe d'appel pour cette fonction :


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