Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface FormatInterface
+ Graphe d'héritage de FormatInterface:

Fonctions membres publiques

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

Description détaillée

Interface defining a format object

Depuis
1.5.0

Documentation des fonctions membres

◆ objectToString()

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

Converts an object into a formatted string.

Paramètres
object$objectData Source Object.
array$optionsAn array of options for the formatter.
Renvoie
string Formatted string.
Depuis
1.5.0

Implémenté dans Yaml, Ini, Xml, Json, et Php.

◆ stringToObject()

stringToObject (   $data,
array  $options = [] 
)

Converts a formatted string into an object.

Paramètres
string$dataFormatted string
array$optionsAn array of options for the formatter.
Renvoie
object Data Object
Depuis
1.5.0

Implémenté dans Ini, Yaml, Php, et Xml.


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