Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
_getArray () | |
createRef ($reference, &$string) | |
getRef ($reference) |
Définition à la ligne 19 du fichier stringcontroller.php.
JStringController::_getArray | ( | ) |
Defines a variable as an array
Définition à la ligne 28 du fichier stringcontroller.php.
JStringController::createRef | ( | $reference, | |
& | $string | ||
) |
Create a reference
string | $reference | The key |
string | &$string | The value |
Définition à la ligne 45 du fichier stringcontroller.php.
JStringController::getRef | ( | $reference | ) |
Get reference
string | $reference | The key for the reference. |
Définition à la ligne 60 du fichier stringcontroller.php.
Référencé par JStreamString\stream_open(), et JStreamString\url_stat().