Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ArraySerializer

Fonctions membres publiques statiques

static toArray (ResponseInterface $response)
 
static fromArray (array $serializedResponse)
 

Fonctions membres privées statiques

static getValueFromKey (array $data, string $key, string $message=null)
 

Description détaillée

Serialize or deserialize response messages to/from arrays.

This class provides functionality for serializing a ResponseInterface instance to an array, as well as the reverse operation of creating a Response instance from an array representing a message.

Documentation des fonctions membres

◆ fromArray()

static fromArray ( array  $serializedResponse)
static

Deserialize a response array to a response instance.

Exceptions
Exception

Références Response\$reasonPhrase, Response\$statusCode, et DeserializationException\forResponseFromArray().

◆ getValueFromKey()

static getValueFromKey ( array  $data,
string  $key,
string  $message = null 
)
staticprivate
Paramètres
array$data
string$key
string$message
Renvoie
mixed
Exceptions
Exception

Références $data, $key, $message, et null.

◆ toArray()


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