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

Fonctions membres publiques

 __construct (string $fmt, array $attStmt, string $type, TrustPath $trustPath)
 
 getFmt ()
 
 getAttStmt ()
 
 has (string $key)
 
 get (string $key)
 
 getTrustPath ()
 
 getType ()
 
 jsonSerialize ()
 

Fonctions membres publiques statiques

static createNone (string $fmt, array $attStmt, TrustPath $trustPath)
 
static createBasic (string $fmt, array $attStmt, TrustPath $trustPath)
 
static createSelf (string $fmt, array $attStmt, TrustPath $trustPath)
 
static createAttCA (string $fmt, array $attStmt, TrustPath $trustPath)
 
static createEcdaa (string $fmt, array $attStmt, TrustPath $trustPath)
 
static createFromArray (array $data)
 

Champs de données

const TYPE_NONE = 'none'
 
const TYPE_BASIC = 'basic'
 
const TYPE_SELF = 'self'
 
const TYPE_ATTCA = 'attca'
 
const TYPE_ECDAA = 'ecdaa'
 

Attributs privés

 $fmt
 
 $attStmt
 
 $trustPath
 
 $type
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( string  $fmt,
array  $attStmt,
string  $type,
TrustPath  $trustPath 
)

Documentation des fonctions membres

◆ createAttCA()

static createAttCA ( string  $fmt,
array  $attStmt,
TrustPath  $trustPath 
)
static

◆ createBasic()

◆ createEcdaa()

static createEcdaa ( string  $fmt,
array  $attStmt,
TrustPath  $trustPath 
)
static

◆ createFromArray()

static createFromArray ( array  $data)
static

◆ createNone()

static createNone ( string  $fmt,
array  $attStmt,
TrustPath  $trustPath 
)
static

◆ createSelf()

static createSelf ( string  $fmt,
array  $attStmt,
TrustPath  $trustPath 
)
static

◆ get()

◆ getAttStmt()

getAttStmt ( )

◆ getFmt()

getFmt ( )

◆ getTrustPath()

◆ getType()

getType ( )

◆ has()

has ( string  $key)

Références $key.

Référencé par AttestationStatement\get().

◆ jsonSerialize()

Documentation des champs

◆ $attStmt

◆ $fmt

◆ $trustPath

◆ $type

◆ TYPE_ATTCA

const TYPE_ATTCA = 'attca'

◆ TYPE_BASIC

const TYPE_BASIC = 'basic'

◆ TYPE_ECDAA

const TYPE_ECDAA = 'ecdaa'

◆ TYPE_NONE

◆ TYPE_SELF

const TYPE_SELF = 'self'

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