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é
|
Fonctions membres publiques | |
fromCamelCase ($input, $grouped=false) | |
toCamelCase ($input) | |
toDashSeparated ($input) | |
toSpaceSeparated ($input) | |
toUnderscoreSeparated ($input) | |
toVariable ($input) | |
toKey ($input) | |
fromCamelCase | ( | $input, | |
$grouped = false |
|||
) |
Helper wrapper method for fromCamelCase
string | $input | The string input (ASCII only). |
boolean | $grouped | Optionally allows splitting on groups of uppercase characters. |
Références $input.
toCamelCase | ( | $input | ) |
Helper wrapper method for toCamelCase
string | $input | The string input (ASCII only). |
Références $input.
toDashSeparated | ( | $input | ) |
Helper wrapper method for toDashSeparated
string | $input | The string input (ASCII only). |
Références $input.
toKey | ( | $input | ) |
Helper wrapper method for toKey
string | $input | The string input (ASCII only). |
Références $input.
toSpaceSeparated | ( | $input | ) |
Helper wrapper method for toSpaceSeparated
string | $input | The string input (ASCII only). |
Références $input.
toUnderscoreSeparated | ( | $input | ) |
Helper wrapper method for toUnderscoreSeparated
string | $input | The string input (ASCII only). |
Références $input.
toVariable | ( | $input | ) |
Helper wrapper method for toVariable
string | $input | The string input (ASCII only). |
Références $input.