ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Initialize an RequestedAttribute. More... | |
toXML (\DOMElement $parent) | |
Convert this RequestedAttribute to XML. More... | |
Public Member Functions inherited from SAML2\XML\saml\Attribute | |
__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. |
Definition at line 28 of file RequestedAttribute.php.
References $xml, and SAML2\Utils\parseBoolean().
SAML2\XML\md\RequestedAttribute::toXML | ( | \DOMElement | $parent | ) |
Convert this RequestedAttribute to XML.
\DOMElement | $parent | The element we should append this RequestedAttribute to. |
Definition at line 45 of file RequestedAttribute.php.
References SAML2\Constants\NS_MD, and SAML2\XML\saml\Attribute\toXMLInternal().
SAML2\XML\md\RequestedAttribute::$isRequired = null |
Definition at line 21 of file RequestedAttribute.php.