Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JStringWrapperNormalise

Fonctions membres publiques

 fromCamelCase ($input, $grouped=false)
 
 toCamelCase ($input)
 
 toDashSeparated ($input)
 
 toSpaceSeparated ($input)
 
 toUnderscoreSeparated ($input)
 
 toVariable ($input)
 
 toKey ($input)
 

Documentation des fonctions membres

◆ fromCamelCase()

fromCamelCase (   $input,
  $grouped = false 
)

Helper wrapper method for fromCamelCase

Paramètres
string$inputThe string input (ASCII only).
boolean$groupedOptionally allows splitting on groups of uppercase characters.
Renvoie
mixed The space separated string or an array of substrings if grouped is true.
Voir également
JUserHelper::fromCamelCase()
Depuis
3.4

Références $input.

◆ toCamelCase()

toCamelCase (   $input)

Helper wrapper method for toCamelCase

Paramètres
string$inputThe string input (ASCII only).
Renvoie
string The camel case string.
Voir également
JUserHelper::toCamelCase()
Depuis
3.4

Références $input.

◆ toDashSeparated()

toDashSeparated (   $input)

Helper wrapper method for toDashSeparated

Paramètres
string$inputThe string input (ASCII only).
Renvoie
string The dash separated string.
Voir également
JUserHelper::toDashSeparated()
Depuis
3.4

Références $input.

◆ toKey()

toKey (   $input)

Helper wrapper method for toKey

Paramètres
string$inputThe string input (ASCII only).
Renvoie
string The key string.
Voir également
JUserHelper::toKey()
Depuis
3.4

Références $input.

◆ toSpaceSeparated()

toSpaceSeparated (   $input)

Helper wrapper method for toSpaceSeparated

Paramètres
string$inputThe string input (ASCII only).
Renvoie
string The space separated string.
Voir également
JUserHelper::toSpaceSeparated()
Depuis
3.4

Références $input.

◆ toUnderscoreSeparated()

toUnderscoreSeparated (   $input)

Helper wrapper method for toUnderscoreSeparated

Paramètres
string$inputThe string input (ASCII only).
Renvoie
string The underscore separated string.
Voir également
JUserHelper::toUnderscoreSeparated()
Depuis
3.4

Références $input.

◆ toVariable()

toVariable (   $input)

Helper wrapper method for toVariable

Paramètres
string$inputThe string input (ASCII only).
Renvoie
string The variable string.
Voir également
JUserHelper::toVariable()
Depuis
3.4

Références $input.


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