Liste de tous les membres
Documentation des fonctions membres
static JStringNormalise::toCamelCase |
( |
|
$input | ) |
|
|
static |
static JStringNormalise::toDashSeparated |
( |
|
$input | ) |
|
|
static |
Method to convert a string into dash separated form.
- Paramètres:
-
string | $input | The string input. |
- Renvoie:
- string The dash separated string.
- Depuis:
- 11.3
Références JString\str_ireplace().
static JStringNormalise::toKey |
( |
|
$input | ) |
|
|
static |
static JStringNormalise::toSpaceSeparated |
( |
|
$input | ) |
|
|
static |
static JStringNormalise::toUnderscoreSeparated |
( |
|
$input | ) |
|
|
static |
Method to convert a string into underscore separated form.
- Paramètres:
-
string | $input | The string input. |
- Renvoie:
- string The underscore separated string.
- Depuis:
- 11.3
Références JString\str_ireplace().
Référencé par toKey().
static JStringNormalise::toVariable |
( |
|
$input | ) |
|
|
static |
La documentation de cette classe a été générée à partir du fichier suivant :