Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Json
+ Graphe d'héritage de Json:

Fonctions membres publiques

 objectToString ($object, array $options=[])
 
 stringToObject ($data, array $options=['processSections'=> false])
 
- Fonctions membres publiques hérités de FormatInterface
 stringToObject ($data, array $options=[])
 

Description détaillée

JSON format handler for Registry.

Depuis
1.0

Documentation des fonctions membres

◆ objectToString()

objectToString (   $object,
array  $options = [] 
)

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
1.0

Implémente FormatInterface.

Références $options.

◆ stringToObject()

stringToObject (   $data,
array  $options = ['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
1.0
Exceptions

Références $data, $options, Factory\getFormat(), et null.


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