ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Create a EntityAttributes element. More... | |
Data Fields | |
const | NS = 'urn:oasis:names:tc:SAML:metadata:attribute' |
The namespace used for the EntityAttributes extension. More... | |
$children | |
Definition at line 15 of file EntityAttributes.php.
SAML2\XML\mdattr\EntityAttributes::__construct | ( | \DOMElement | $xml = null | ) |
Create a EntityAttributes element.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 36 of file EntityAttributes.php.
References $xml, SAML2\XML\mdattr\EntityAttributes\NS, and SAML2\Utils\xpQuery().
SAML2\XML\mdattr\EntityAttributes::$children |
Definition at line 29 of file EntityAttributes.php.
const SAML2\XML\mdattr\EntityAttributes::NS = 'urn:oasis:names:tc:SAML:metadata:attribute' |
The namespace used for the EntityAttributes extension.
Definition at line 20 of file EntityAttributes.php.
Referenced by SAML2\XML\mdattr\EntityAttributes\__construct(), and SAML2\XML\md\Extensions\getList().