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é
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JRegistryFormatJSON
+ Graphe d'héritage de JRegistryFormatJSON:
+ Graphe de collaboration de JRegistryFormatJSON:

Liste de tous les membres

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()

Documentation des fonctions membres

JRegistryFormatJSON::objectToString (   $object,
  $options = array() 
)

Converts an object into a JSON formatted string.

Paramètres:
object$objectData source object.
array$optionsOptions used by the formatter.
Renvoie:
string JSON formatted string.
Depuis:
11.1

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.

Paramètres:
string$dataJSON formatted string to convert.
array$optionsOptions used by the formatter.
Renvoie:
object Data object.
Depuis:
11.1

Réimplémentée à partir de JRegistryFormat.

Références $data, $options, JLog\add(), JRegistryFormat\getInstance(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :