ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Create a UIInfo element. More... | |
toXML (\DOMElement $parent) | |
Convert this UIInfo to XML. More... | |
Data Fields | |
$children = array() | |
$DisplayName = array() | |
$Description = array() | |
$InformationURL = array() | |
$PrivacyStatementURL = array() | |
$Keywords = array() | |
$Logo = array() | |
Definition at line 14 of file UIInfo.php.
SAML2\XML\mdui\UIInfo::__construct | ( | \DOMElement | $xml = null | ) |
Create a UIInfo element.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 72 of file UIInfo.php.
References $xml, SAML2\Utils\extractLocalizedStrings(), SAML2\XML\mdui\Common\NS, and SAML2\Utils\xpQuery().
SAML2\XML\mdui\UIInfo::toXML | ( | \DOMElement | $parent | ) |
\DOMElement | $parent | The element we should append to. |
Definition at line 105 of file UIInfo.php.
References SAML2\Utils\addStrings(), and SAML2\XML\mdui\Common\NS.
SAML2\XML\mdui\UIInfo::$children = array() |
Definition at line 23 of file UIInfo.php.
SAML2\XML\mdui\UIInfo::$Description = array() |
Definition at line 37 of file UIInfo.php.
SAML2\XML\mdui\UIInfo::$DisplayName = array() |
Definition at line 30 of file UIInfo.php.
SAML2\XML\mdui\UIInfo::$InformationURL = array() |
Definition at line 44 of file UIInfo.php.
SAML2\XML\mdui\UIInfo::$Keywords = array() |
Definition at line 58 of file UIInfo.php.
SAML2\XML\mdui\UIInfo::$Logo = array() |
Definition at line 65 of file UIInfo.php.
SAML2\XML\mdui\UIInfo::$PrivacyStatementURL = array() |
Definition at line 51 of file UIInfo.php.