|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for SAML2\XML\mdui\DiscoHints:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Create a DiscoHints element. More... | |
| toXML (\DOMElement $parent) | |
| Convert this DiscoHints to XML. More... | |
Data Fields | |
| $children = array() | |
| $IPHint = array() | |
| $DomainHint = array() | |
| $GeolocationHint = array() | |
Definition at line 14 of file DiscoHints.php.
| SAML2\XML\mdui\DiscoHints::__construct | ( | \DOMElement | $xml = null | ) |
Create a DiscoHints element.
| \DOMElement | null | $xml | The XML element we should load. |
Definition at line 51 of file DiscoHints.php.
References $xml, SAML2\Utils\extractStrings(), SAML2\XML\mdui\Common\NS, and SAML2\Utils\xpQuery().
Here is the call graph for this function:| SAML2\XML\mdui\DiscoHints::toXML | ( | \DOMElement | $parent | ) |
Convert this DiscoHints to XML.
| \DOMElement | $parent | The element we should append to. |
Definition at line 72 of file DiscoHints.php.
References SAML2\Utils\addStrings(), and SAML2\XML\mdui\Common\NS.
Here is the call graph for this function:| SAML2\XML\mdui\DiscoHints::$children = array() |
Definition at line 23 of file DiscoHints.php.
| SAML2\XML\mdui\DiscoHints::$DomainHint = array() |
Definition at line 37 of file DiscoHints.php.
| SAML2\XML\mdui\DiscoHints::$GeolocationHint = array() |
Definition at line 44 of file DiscoHints.php.
| SAML2\XML\mdui\DiscoHints::$IPHint = array() |
Definition at line 30 of file DiscoHints.php.