|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for SAML2\XML\mdrpi\RegistrationInfo:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Create/parse a mdrpi:RegistrationInfo element. More... | |
| toXML (\DOMElement $parent) | |
| Convert this element to XML. More... | |
Data Fields | |
| $registrationAuthority | |
| $registrationInstant | |
| $RegistrationPolicy = array() | |
Definition at line 13 of file RegistrationInfo.php.
| SAML2\XML\mdrpi\RegistrationInfo::__construct | ( | \DOMElement | $xml = null | ) |
Create/parse a mdrpi:RegistrationInfo element.
| \DOMElement | null | $xml | The XML element we should load. |
Definition at line 44 of file RegistrationInfo.php.
References $xml, SAML2\Utils\extractLocalizedStrings(), SAML2\XML\mdrpi\Common\NS_MDRPI, and SAML2\Utils\xsDateTimeToTimestamp().
Here is the call graph for this function:| SAML2\XML\mdrpi\RegistrationInfo::toXML | ( | \DOMElement | $parent | ) |
Convert this element to XML.
| \DOMElement | $parent | The element we should append to. |
Definition at line 68 of file RegistrationInfo.php.
References SAML2\Utils\addStrings(), and SAML2\XML\mdrpi\Common\NS_MDRPI.
Here is the call graph for this function:| SAML2\XML\mdrpi\RegistrationInfo::$registrationAuthority |
Definition at line 20 of file RegistrationInfo.php.
| SAML2\XML\mdrpi\RegistrationInfo::$registrationInstant |
Definition at line 27 of file RegistrationInfo.php.
| SAML2\XML\mdrpi\RegistrationInfo::$RegistrationPolicy = array() |
Definition at line 36 of file RegistrationInfo.php.