|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for SAML2\XML\mdrpi\PublicationInfo: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().
Here is the call graph for this function:| 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.
Here is the call graph for this function:| 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.