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

Fonctions membres publiques

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

Fonctions membres publiques statiques

static createObjectForValue (int $additionalInformation, ?string $data)
 
static create (int $value)
 
static createFromString (string $value)
 
static createFromGmpValue (GMP $value)
 

Fonctions membres privées statiques

static createBigInteger (BigInteger $integer)
 
static hex2bin (string $data)
 

Attributs privés

const MAJOR_TYPE = 0b001
 
 $data
 

Membres hérités additionnels

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

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( int  $additionalInformation,
?string  $data 
)

Documentation des fonctions membres

◆ __toString()

__toString ( )

◆ create()

static create ( int  $value)
static

Références $value.

◆ createBigInteger()

static createBigInteger ( BigInteger  $integer)
staticprivate

◆ createFromGmpValue()

static createFromGmpValue ( GMP  $value)
static
Obsolète:
Deprecated since v1.1 and will be removed in v2.0. Please use "create" or "createFromString" instead

Références $data, $value, et null.

◆ createFromString()

static createFromString ( string  $value)
static

Références $value.

◆ createObjectForValue()

static createObjectForValue ( int  $additionalInformation,
?string  $data 
)
static

Références $data.

◆ getNormalizedData()

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

Implémente CBORObject.

Références $result, et null.

◆ getValue()

getValue ( )

◆ hex2bin()

static hex2bin ( string  $data)
staticprivate

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

Documentation des champs

◆ $data

$data
private

◆ MAJOR_TYPE

const MAJOR_TYPE = 0b001
private

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