|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for SAML2\XML\md\RequestedAttribute:
Collaboration diagram for SAML2\XML\md\RequestedAttribute:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Initialize an RequestedAttribute. More... | |
| toXML (\DOMElement $parent) | |
| Convert this RequestedAttribute to XML. More... | |
| __construct (\DOMElement $xml=null) | |
| Initialize an Attribute. More... | |
| toXML (\DOMElement $parent) | |
| Convert this Attribute to XML. More... | |
Data Fields | |
| $isRequired = null | |
Data Fields inherited from SAML2\XML\saml\Attribute | |
| $Name | |
| $NameFormat | |
| $FriendlyName = null | |
| $AttributeValue = array() | |
Additional Inherited Members | |
Protected Member Functions inherited from SAML2\XML\saml\Attribute | |
| toXMLInternal (\DOMElement $parent, $namespace, $name) | |
| Internal implementation of toXML. More... | |
Definition at line 14 of file RequestedAttribute.php.
| SAML2\XML\md\RequestedAttribute::__construct | ( | \DOMElement | $xml = null | ) |
Initialize an RequestedAttribute.
| \DOMElement | null | $xml | The XML element we should load. |
Reimplemented from SAML2\XML\saml\Attribute.
Definition at line 28 of file RequestedAttribute.php.
References $xml, and SAML2\Utils\parseBoolean().
Here is the call graph for this function:| SAML2\XML\md\RequestedAttribute::toXML | ( | \DOMElement | $parent | ) |
Convert this RequestedAttribute to XML.
| \DOMElement | $parent | The element we should append this RequestedAttribute to. |
Reimplemented from SAML2\XML\saml\Attribute.
Definition at line 45 of file RequestedAttribute.php.
References SAML2\Constants\NS_MD, and SAML2\XML\saml\Attribute\toXMLInternal().
Here is the call graph for this function:| SAML2\XML\md\RequestedAttribute::$isRequired = null |
Definition at line 21 of file RequestedAttribute.php.