|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for SAML2\XML\saml\Attribute:
Collaboration diagram for SAML2\XML\saml\Attribute:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Initialize an Attribute. More... | |
| toXML (\DOMElement $parent) | |
| Convert this Attribute to XML. More... | |
Data Fields | |
| $Name | |
| $NameFormat | |
| $FriendlyName = null | |
| $AttributeValue = array() | |
Protected Member Functions | |
| toXMLInternal (\DOMElement $parent, $namespace, $name) | |
| Internal implementation of toXML. More... | |
Definition at line 13 of file Attribute.php.
| SAML2\XML\saml\Attribute::__construct | ( | \DOMElement | $xml = null | ) |
Initialize an Attribute.
| \DOMElement | null | $xml | The XML element we should load. |
Reimplemented in SAML2\XML\md\RequestedAttribute.
Definition at line 51 of file Attribute.php.
References $xml, and SAML2\Utils\xpQuery().
Here is the call graph for this function:| SAML2\XML\saml\Attribute::toXML | ( | \DOMElement | $parent | ) |
Convert this Attribute to XML.
| \DOMElement | $parent | The element we should append this Attribute to. |
Reimplemented in SAML2\XML\md\RequestedAttribute.
Definition at line 119 of file Attribute.php.
References SAML2\Constants\NS_SAML, and SAML2\XML\saml\Attribute\toXMLInternal().
Here is the call graph for this function:
|
protected |
Internal implementation of toXML.
This function allows RequestedAttribute to specify the element name and namespace.
| \DOMElement | $parent | The element we should append this Attribute to. |
| string | $namespace | The namespace the element should be created in. |
| string | $name | The name of the element. |
Definition at line 84 of file Attribute.php.
References $name, and $namespace.
Referenced by SAML2\XML\md\RequestedAttribute\toXML(), and SAML2\XML\saml\Attribute\toXML().
Here is the caller graph for this function:| SAML2\XML\saml\Attribute::$AttributeValue = array() |
Definition at line 43 of file Attribute.php.
| SAML2\XML\saml\Attribute::$FriendlyName = null |
Definition at line 34 of file Attribute.php.
| SAML2\XML\saml\Attribute::$Name |
Definition at line 20 of file Attribute.php.
| SAML2\XML\saml\Attribute::$NameFormat |
Definition at line 27 of file Attribute.php.