ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($value) | |
Create an AttributeValue. More... | |
toXML (\DOMElement $parent) | |
Append this attribute value to an element. More... | |
getString () | |
Returns a plain text content of the attribute value. More... | |
__toString () | |
Convert this attribute value to a string. More... | |
serialize () | |
Serialize this AttributeValue. More... | |
unserialize ($serialized) | |
Un-serialize this AttributeValue. More... | |
Data Fields | |
$element | |
Definition at line 14 of file AttributeValue.php.
SAML2\XML\saml\AttributeValue::__construct | ( | $value | ) |
Create an AttributeValue.
mixed | $value | The value of this element. Can be one of:
|
Definition at line 31 of file AttributeValue.php.
References SAML2\DOMDocumentFactory\create(), SAML2\Constants\NS_SAML, SAML2\Constants\NS_XS, and SAML2\Constants\NS_XSI.
SAML2\XML\saml\AttributeValue::__toString | ( | ) |
Convert this attribute value to a string.
If this element contains XML data, that data will be encoded as a string and returned.
Definition at line 90 of file AttributeValue.php.
SAML2\XML\saml\AttributeValue::getString | ( | ) |
Returns a plain text content of the attribute value.
Definition at line 78 of file AttributeValue.php.
SAML2\XML\saml\AttributeValue::serialize | ( | ) |
Serialize this AttributeValue.
Definition at line 110 of file AttributeValue.php.
SAML2\XML\saml\AttributeValue::toXML | ( | \DOMElement | $parent | ) |
Append this attribute value to an element.
\DOMElement | $parent | The element we should append this attribute value to. |
Definition at line 65 of file AttributeValue.php.
References SAML2\Constants\NS_SAML.
SAML2\XML\saml\AttributeValue::unserialize | ( | $serialized | ) |
Un-serialize this AttributeValue.
string | $serialized | The serialized AttributeValue. |
Definition at line 121 of file AttributeValue.php.
References SAML2\DOMDocumentFactory\fromString().
SAML2\XML\saml\AttributeValue::$element |
Definition at line 21 of file AttributeValue.php.