ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Initialize / parse an AttributeConsumingService. More... | |
toXML (\DOMElement $parent) | |
Convert to . More... | |
Data Fields | |
$index | |
$isDefault = null | |
$ServiceName = array() | |
$ServiceDescription = array() | |
$RequestedAttribute = array() | |
Definition at line 13 of file AttributeConsumingService.php.
SAML2\XML\md\AttributeConsumingService::__construct | ( | \DOMElement | $xml = null | ) |
Initialize / parse an AttributeConsumingService.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 62 of file AttributeConsumingService.php.
References $xml, SAML2\Utils\extractLocalizedStrings(), SAML2\Constants\NS_MD, SAML2\Utils\parseBoolean(), and SAML2\Utils\xpQuery().
SAML2\XML\md\AttributeConsumingService::toXML | ( | \DOMElement | $parent | ) |
Convert to .
\DOMElement | $parent | The element we should append this AttributeConsumingService to. |
Definition at line 93 of file AttributeConsumingService.php.
References SAML2\Utils\addStrings(), and SAML2\Constants\NS_MD.
SAML2\XML\md\AttributeConsumingService::$index |
Definition at line 20 of file AttributeConsumingService.php.
SAML2\XML\md\AttributeConsumingService::$isDefault = null |
Definition at line 27 of file AttributeConsumingService.php.
SAML2\XML\md\AttributeConsumingService::$RequestedAttribute = array() |
Definition at line 54 of file AttributeConsumingService.php.
SAML2\XML\md\AttributeConsumingService::$ServiceDescription = array() |
Definition at line 45 of file AttributeConsumingService.php.
SAML2\XML\md\AttributeConsumingService::$ServiceName = array() |
Definition at line 36 of file AttributeConsumingService.php.