Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
objectToString ($object, $options=array()) | |
stringToObject ($data, $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.
JRegistryFormatJSON::stringToObject | ( | $data, | |
$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.
Références $data, $options, JLog\add(), JRegistryFormat\getInstance(), et JLog\WARNING.