ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Create/parse a mdrpi:PublicationInfo element. More... | |
toXML (\DOMElement $parent) | |
Convert this element to XML. More... | |
Data Fields | |
$publisher | |
$creationInstant | |
$publicationId | |
$UsagePolicy = array() | |
Definition at line 13 of file PublicationInfo.php.
SAML2\XML\mdrpi\PublicationInfo::__construct | ( | \DOMElement | $xml = null | ) |
Create/parse a mdrpi:PublicationInfo element.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 51 of file PublicationInfo.php.
References $xml, SAML2\Utils\extractLocalizedStrings(), SAML2\XML\mdrpi\Common\NS_MDRPI, and SAML2\Utils\xsDateTimeToTimestamp().
SAML2\XML\mdrpi\PublicationInfo::toXML | ( | \DOMElement | $parent | ) |
Convert this element to XML.
\DOMElement | $parent | The element we should append to. |
Definition at line 79 of file PublicationInfo.php.
References SAML2\Utils\addStrings(), and SAML2\XML\mdrpi\Common\NS_MDRPI.
SAML2\XML\mdrpi\PublicationInfo::$creationInstant |
Definition at line 27 of file PublicationInfo.php.
SAML2\XML\mdrpi\PublicationInfo::$publicationId |
Definition at line 34 of file PublicationInfo.php.
SAML2\XML\mdrpi\PublicationInfo::$publisher |
Definition at line 20 of file PublicationInfo.php.
SAML2\XML\mdrpi\PublicationInfo::$UsagePolicy = array() |
Definition at line 43 of file PublicationInfo.php.