Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe CollectedClientData

Fonctions membres publiques

 __construct (string $rawData, array $data)
 
 getType ()
 
 getChallenge ()
 
 getOrigin ()
 
 getTokenBinding ()
 
 getRawData ()
 
 all ()
 
 has (string $key)
 
 get (string $key)
 

Fonctions membres publiques statiques

static createFormJson (string $data)
 

Fonctions membres privées

 findData (array $json, string $key, bool $isRequired=true, bool $isB64=false)
 

Attributs privés

 $rawData
 
 $data
 
 $type
 
 $challenge
 
 $origin
 
 $tokenBinding
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( string  $rawData,
array  $data 
)

Références $data.

Documentation des fonctions membres

◆ all()

all ( )
Renvoie
string[]

◆ createFormJson()

static createFormJson ( string  $data)
static

Références $data.

◆ findData()

findData ( array  $json,
string  $key,
bool  $isRequired = true,
bool  $isB64 = false 
)
private
Renvoie
mixed|null

Références $key.

◆ get()

get ( string  $key)
Renvoie
mixed

Références $key, et Symfony\Contracts\Service\has().

◆ getChallenge()

getChallenge ( )

◆ getOrigin()

getOrigin ( )

◆ getRawData()

getRawData ( )

◆ getTokenBinding()

getTokenBinding ( )

Références null.

◆ getType()

getType ( )

Références $type.

◆ has()

has ( string  $key)

Références $key.

Documentation des champs

◆ $challenge

$challenge
private

◆ $data

$data
private

◆ $origin

$origin
private

◆ $rawData

$rawData
private

◆ $tokenBinding

$tokenBinding
private

◆ $type

$type
private

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