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

Fonctions membres publiques

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

Fonctions membres protégées

 formatValue ($value)
 
 getArrayString ($a)
 

Description détaillée

PHP class format handler for Registry

Depuis
1.0

Documentation des fonctions membres

◆ formatValue()

formatValue (   $value)
protected

Format a value for the string conversion

Paramètres
mixed$valueThe value to format
Renvoie
mixed The formatted value
Depuis
2.0.0

Références $value, et Php\getArrayString().

Référencé par Php\getArrayString(), et Php\objectToString().

◆ getArrayString()

getArrayString (   $a)
protected

Method to get an array as an exported string.

Paramètres
array$aThe array to get as a string.
Renvoie
string
Depuis
1.0

Références $i, et Php\formatValue().

Référencé par Php\formatValue().

◆ objectToString()

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

Converts an object into a php class string.

  • NOTE: Only one depth level is supported.
Paramètres
object$objectData Source Object
array$paramsParameters used by the formatter
Renvoie
string Config class formatted string
Depuis
1.0

Implémente FormatInterface.

Références $class, $params, et Php\formatValue().

◆ stringToObject()

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

Parse a PHP class formatted string and convert it into an object.

Paramètres
string$dataPHP Class formatted string to convert.
array$optionsOptions used by the formatter.
Renvoie
object Data object.
Depuis
1.0

Implémente FormatInterface.


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