ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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. |
Definition at line 51 of file Attribute.php.
References $xml, and SAML2\Utils\xpQuery().
SAML2\XML\saml\Attribute::toXML | ( | \DOMElement | $parent | ) |
Convert this Attribute to XML.
\DOMElement | $parent | The element we should append this Attribute to. |
Definition at line 119 of file Attribute.php.
References SAML2\Constants\NS_SAML, and SAML2\XML\saml\Attribute\toXMLInternal().
|
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().
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.