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 | |
objectToString ($object, $options=array()) | |
stringToObject ($data, array $options=array('processSections'=> false)) | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de AbstractRegistryFormat | |
static | getInstance ($type, array $options=array()) |
Attributs protégés statiques hérités de AbstractRegistryFormat | |
static | $instances = array() |
JSON format handler for Registry.
objectToString | ( | $object, | |
$options = array() |
|||
) |
Converts an object into a JSON formatted string.
object | $object | Data source object. |
array | $options | Options used by the formatter. |
Implémente FormatInterface.
Références $options, et json_encode.
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. |
Implémente FormatInterface.
Références $data, $options, AbstractRegistryFormat\getInstance(), et null.