PHP Class SAML2\XML\mdui\UIInfo

Afficher le fichier Open project: simplesamlphp/saml2 Class Usage Examples

Méthodes publiques

Свойство Type Description
$Description array The Description, as an array of language => translation.
$DisplayName array The DisplayName, as an array of language => translation.
$InformationURL array The InformationURL, as an array of language => url.
$Keywords Keywords[] The Keywords, as an array of Keywords objects
$Logo Logo[] The Logo, as an array of Logo objects
$PrivacyStatementURL array The PrivacyStatementURL, as an array of language => url.
$children SAML2\XML\Chunk[] The elements can be any of the other \SAML2\XML\mdui\* elements.

Méthodes publiques

Méthode Description
__construct ( DOMElement $xml = null ) Create a UIInfo element.
toXML ( DOMElement $parent ) : DOMElement | null Convert this UIInfo to XML.

Method Details

__construct() public méthode

Create a UIInfo element.
public __construct ( DOMElement $xml = null )
$xml DOMElement The XML element we should load.

toXML() public méthode

Convert this UIInfo to XML.
public toXML ( DOMElement $parent ) : DOMElement | null
$parent DOMElement The element we should append to.
Résultat DOMElement | null

Property Details

$Description public_oe property

The Description, as an array of language => translation.
public array $Description
Résultat array

$DisplayName public_oe property

The DisplayName, as an array of language => translation.
public array $DisplayName
Résultat array

$InformationURL public_oe property

The InformationURL, as an array of language => url.
public array $InformationURL
Résultat array

$Keywords public_oe property

The Keywords, as an array of Keywords objects
public Keywords[],SAML2\XML\mdui $Keywords
Résultat Keywords[]

$PrivacyStatementURL public_oe property

The PrivacyStatementURL, as an array of language => url.
public array $PrivacyStatementURL
Résultat array

$children public_oe property

The elements can be any of the other \SAML2\XML\mdui\* elements.
public Chunk[],SAML2\XML $children
Résultat SAML2\XML\Chunk[]