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

Fonctions membres publiques statiques

static fromString (string $message)
 
static fromStream (StreamInterface $stream)
 
static toString (ResponseInterface $response)
 

Fonctions membres privées statiques

static getStatusLine (StreamInterface $stream)
 

Membres hérités additionnels

- Champs de données hérités de AbstractSerializer
const CR = "\r"
 
const EOL = "\r\n"
 
const LF = "\n"
 
- Fonctions membres protégées statiques hérités de AbstractSerializer
static getLine (StreamInterface $stream)
 
static splitStream (StreamInterface $stream)
 
static serializeHeaders (array $headers)
 
static filterHeader ($header)
 

Documentation des fonctions membres

◆ fromStream()

static fromStream ( StreamInterface  $stream)
static

Parse a response from a stream.

Exceptions
Exception

Références Response\$reasonPhrase, Laminas\Diactoros\$stream, et $version.

◆ fromString()

static fromString ( string  $message)
static

Deserialize a response string to a response instance.

Exceptions
Exception

Références $message, et Laminas\Diactoros\$stream.

◆ getStatusLine()

static getStatusLine ( StreamInterface  $stream)
staticprivate

Retrieve the status line for the message.

Renvoie
array Array with three elements: 0 => version, 1 => status, 2 => reason
Exceptions
Exception

Références Laminas\Diactoros\$stream, et SerializationException\forInvalidStatusLine().

◆ toString()


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