Liste de tous les membres
Documentation des fonctions membres
JRegistryFormatPHP::getArrayString |
( |
|
$a | ) |
|
|
protected |
Method to get an array as an exported string.
- Paramètres:
-
array | $a | The array to get as a string. |
- Renvoie:
- array
- Depuis:
- 11.1
Références $i.
JRegistryFormatPHP::objectToString |
( |
|
$object, |
|
|
|
$params = array() |
|
) |
| |
Converts an object into a php class string.
- NOTE: Only one depth level is supported.
- Paramètres:
-
object | $object | Data Source Object |
array | $params | Parameters used by the formatter |
- Renvoie:
- string Config class formatted string
- Depuis:
- 11.1
Réimplémentée à partir de JRegistryFormat.
Références $params, et elseif.
JRegistryFormatPHP::stringToObject |
( |
|
$data, |
|
|
|
$options = array() |
|
) |
| |
Parse a PHP class formatted string and convert it into an object.
- Paramètres:
-
string | $data | PHP Class formatted string to convert. |
array | $options | Options used by the formatter. |
- Renvoie:
- object Data object.
- Depuis:
- 11.1
Réimplémentée à partir de JRegistryFormat.
La documentation de cette classe a été générée à partir du fichier suivant :