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

Fonctions membres publiques

 __construct ()
 
 __toString ()
 
 add (ByteStringObject $chunk)
 
 append (string $chunk)
 
 getValue ()
 
 getLength ()
 
 getNormalizedData (bool $ignoreTags=false)
 
- Fonctions membres publiques hérités de AbstractCBORObject
 __construct (int $majorType, int $additionalInformation)
 
 __toString ()
 
 getMajorType ()
 
 getAdditionalInformation ()
 

Attributs privés

const MAJOR_TYPE = 0b010
 
const ADDITIONAL_INFORMATION = 0b00011111
 
 $chunks = []
 

Membres hérités additionnels

- Attributs protégés hérités de AbstractCBORObject
 $additionalInformation
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( )

Documentation des fonctions membres

◆ __toString()

__toString ( )

Implémente CBORObject.

Références $result, et Joomla\Database\Query\__toString().

◆ add()

add ( ByteStringObject  $chunk)

◆ append()

append ( string  $chunk)

◆ getLength()

getLength ( )

◆ getNormalizedData()

getNormalizedData ( bool  $ignoreTags = false)
Renvoie
mixed|null

Implémente CBORObject.

Références $result.

◆ getValue()

getValue ( )

Références $result.

Documentation des champs

◆ $chunks

$chunks = []
private

◆ ADDITIONAL_INFORMATION

const ADDITIONAL_INFORMATION = 0b00011111
private

◆ MAJOR_TYPE

const MAJOR_TYPE = 0b010
private

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