PHP Class SAML2\XML\mdui\UIInfo

Show file Open project: simplesamlphp/saml2 Class Usage Examples

Public Properties

Property 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.

Public Methods

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

Method Details

__construct() public method

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

toXML() public method

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

Property Details

$Description public property

The Description, as an array of language => translation.
public array $Description
return array

$DisplayName public property

The DisplayName, as an array of language => translation.
public array $DisplayName
return array

$InformationURL public property

The InformationURL, as an array of language => url.
public array $InformationURL
return array

$Keywords public property

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

$PrivacyStatementURL public property

The PrivacyStatementURL, as an array of language => url.
public array $PrivacyStatementURL
return array

$children public property

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