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

Fonctions membres publiques

 __construct (array $data=[])
 
 __toString ()
 
 add (CBORObject $object)
 
 get (int $index)
 
 getNormalizedData (bool $ignoreTags=false)
 
 count ()
 
 getIterator ()
 
- Fonctions membres publiques hérités de AbstractCBORObject
 __construct (int $majorType, int $additionalInformation)
 
 __toString ()
 
 getMajorType ()
 
 getAdditionalInformation ()
 

Attributs privés

const MAJOR_TYPE = 0b100
 
 $data = []
 
 $length
 

Membres hérités additionnels

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

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( array  $data = [])
Paramètres
CBORObject[]$data

Références $data, $item, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ __toString()

__toString ( )

Implémente CBORObject.

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

◆ add()

add ( CBORObject  $object)

◆ count()

count ( )

◆ get()

get ( int  $index)

◆ getIterator()

getIterator ( )

◆ getNormalizedData()

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

Implémente CBORObject.

Références $data, et $item.

Documentation des champs

◆ $data

$data = []
private

◆ $length

$length
private

◆ MAJOR_TYPE

const MAJOR_TYPE = 0b100
private

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