ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Initialize an Organization element. More... | |
toXML (\DOMElement $parent) | |
Convert this Organization to XML. More... | |
Data Fields | |
$Extensions = array() | |
$OrganizationName = array() | |
$OrganizationDisplayName = array() | |
$OrganizationURL = array() | |
Definition at line 13 of file Organization.php.
SAML2\XML\md\Organization::__construct | ( | \DOMElement | $xml = null | ) |
Initialize an Organization element.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 50 of file Organization.php.
References $xml, array, SAML2\Utils\extractLocalizedStrings(), SAML2\XML\md\Extensions\getList(), and SAML2\Constants\NS_MD.
SAML2\XML\md\Organization::toXML | ( | \DOMElement | $parent | ) |
Convert this Organization to XML.
\DOMElement | $parent | The element we should add this organization to. |
Definition at line 80 of file Organization.php.
References SAML2\XML\md\Extensions\addList(), SAML2\Utils\addStrings(), and SAML2\Constants\NS_MD.
SAML2\XML\md\Organization::$Extensions = array() |
Definition at line 22 of file Organization.php.
SAML2\XML\md\Organization::$OrganizationDisplayName = array() |
Definition at line 36 of file Organization.php.
SAML2\XML\md\Organization::$OrganizationName = array() |
Definition at line 29 of file Organization.php.
SAML2\XML\md\Organization::$OrganizationURL = array() |
Definition at line 43 of file Organization.php.