Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
objectToString ($object, $options=array()) | |
stringToObject ($data, array $options=array('processSections'=> false)) |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JRegistryFormat | |
static | getInstance ($type) |
Attributs protégés statiques inherited from JRegistryFormat | |
static | $instances = array() |
JRegistryFormatJSON::objectToString | ( | $object, | |
$options = array() |
|||
) |
Converts an object into a JSON formatted string.
object | $object | Data source object. |
array | $options | Options used by the formatter. |
Réimplémentée à partir de JRegistryFormat.
Définition à la ligne 31 du fichier json.php.
JRegistryFormatJSON::stringToObject | ( | $data, | |
array | $options = array('processSections' => false) |
||
) |
Parse a JSON formatted string and convert it into an object.
If the string is not in JSON format, this method will attempt to parse it as INI format.
string | $data | JSON formatted string to convert. |
array | $options | Options used by the formatter. |
Réimplémentée à partir de JRegistryFormat.
Définition à la ligne 48 du fichier json.php.
Références JRegistryFormat\getInstance().