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

Fonctions membres publiques

 __construct ($string)
 
 getType ()
 
- Fonctions membres publiques hérités de AbstractString
 __construct ($string)
 
 getContent ()
 
- Fonctions membres publiques hérités de ASNObject
 getContent ()
 
 getType ()
 
 getIdentifier ()
 
 getBinary ()
 
 getObjectLength ()
 
 __toString ()
 
 getTypeName ()
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de AbstractString
static fromBinary (&$binaryData, &$offsetIndex=0)
 
static isValid ($string)
 
- Fonctions membres publiques statiques hérités de ASNObject
static fromBinary (&$binaryData, &$offsetIndex=0)
 
- Fonctions membres protégées hérités de AbstractString
 allowCharacter ($character)
 
 allowCharacters (... $characters)
 
 allowNumbers ()
 
 allowAllLetters ()
 
 allowSmallLetters ()
 
 allowCapitalLetters ()
 
 allowSpaces ()
 
 allowAll ()
 
 calculateContentLength ()
 
 getEncodedValue ()
 
 checkString ()
 
- Fonctions membres protégées hérités de ASNObject
 calculateContentLength ()
 
 getEncodedValue ()
 
 getNumberOfLengthOctets ($contentLength=null)
 
 getContentLength ()
 
 setContentLength ($newContentLength)
 
- Fonctions membres protégées statiques hérités de ASNObject
static parseIdentifier ($identifierOctet, $expectedIdentifier, $offsetForExceptionHandling)
 
static parseBinaryIdentifier ($binaryData, &$offsetIndex)
 
static parseContentLength (&$binaryData, &$offsetIndex, $minimumLength=0)
 
- Attributs protégés hérités de AbstractString
 $value
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $string)

Creates a new ASN.1 BMP String.

BMPString is a subtype of UniversalString that has its own unique tag and contains only the characters in the Basic Multilingual Plane (those corresponding to the first 64K-2 cells, less cells whose encoding is used to address characters outside the Basic Multilingual Plane) of ISO/IEC 10646-1.

TODO The encodable characters of this type are not yet checked.

Paramètres
string$string

Références AbstractString\allowAll(), et value.

Documentation des fonctions membres

◆ getType()

getType ( )

Références Identifier\BMP_STRING.


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