|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for SAML2\XML\md\AttributeConsumingService:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Initialize / parse an AttributeConsumingService. More... | |
| toXML (\DOMElement $parent) | |
| Convert to \DOMElement. 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().
Here is the call graph for this function:| SAML2\XML\md\AttributeConsumingService::toXML | ( | \DOMElement | $parent | ) |
Convert to \DOMElement.
| \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.
Here is the call graph for this function:| 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.