Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 | |
__construct | ( | $string | ) |
Creates a new ASN.1 PrintableString.
The ITU-T X.680 Table 8 permits the following characters: Latin capital letters A,B, ... Z Latin small letters a,b, ... z Digits 0,1, ... 9 SPACE (space) APOSTROPHE ' LEFT PARENTHESIS ( RIGHT PARENTHESIS ) PLUS SIGN + COMMA , HYPHEN-MINUS - FULL STOP . SOLIDUS / COLON : EQUALS SIGN = QUESTION MARK ?
string | $string |
Références AbstractString\allowAllLetters(), AbstractString\allowCharacters(), AbstractString\allowNumbers(), AbstractString\allowSpaces(), et value.
getType | ( | ) |
Références Identifier\PRINTABLE_STRING.