|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for SAML2\XML\Chunk:
Collaboration diagram for SAML2\XML\Chunk:Public Member Functions | |
| __construct (\DOMElement $xml) | |
| Create a XMLChunk from a copy of the given \DOMElement. More... | |
| getXML () | |
| Get this \DOMElement. More... | |
| toXML (\DOMElement $parent) | |
| Append this XML element to a different XML element. More... | |
| serialize () | |
| Serialize this XML chunk. More... | |
| unserialize ($serialized) | |
| Un-serialize this XML chunk. More... | |
Data Fields | |
| $localName | |
| $namespaceURI | |
| $xml | |
| SAML2\XML\Chunk::__construct | ( | \DOMElement | $xml | ) |
Create a XMLChunk from a copy of the given \DOMElement.
| \DOMElement | $xml | The element we should copy. |
Definition at line 41 of file Chunk.php.
References SAML2\XML\Chunk\$xml.
| SAML2\XML\Chunk::getXML | ( | ) |
Get this \DOMElement.
Definition at line 55 of file Chunk.php.
References SAML2\XML\Chunk\$xml.
| SAML2\XML\Chunk::serialize | ( | ) |
Serialize this XML chunk.
Definition at line 76 of file Chunk.php.
References SAML2\XML\Chunk\serialize().
Referenced by SAML2\XML\Chunk\serialize().
Here is the call graph for this function:
Here is the caller graph for this function:| SAML2\XML\Chunk::toXML | ( | \DOMElement | $parent | ) |
| SAML2\XML\Chunk::unserialize | ( | $serialized | ) |
Un-serialize this XML chunk.
| string | $serialized | The serialized chunk. |
Definition at line 86 of file Chunk.php.
References SAML2\DOMDocumentFactory\fromString(), and SAML2\XML\Chunk\unserialize().
Referenced by SAML2\XML\Chunk\unserialize().
Here is the call graph for this function:
Here is the caller graph for this function:| SAML2\XML\Chunk::$xml |
Definition at line 34 of file Chunk.php.
Referenced by SAML2\XML\Chunk\__construct(), and SAML2\XML\Chunk\getXML().