|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for SAML2\XML\shibmd\Scope:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Create a Scope. More... | |
| toXML (\DOMElement $parent) | |
| Convert this Scope to XML. More... | |
Data Fields | |
| const | NS = 'urn:mace:shibboleth:metadata:1.0' |
| The namespace used for the Scope extension element. More... | |
| $scope | |
| $regexp = false | |
| SAML2\XML\shibmd\Scope::__construct | ( | \DOMElement | $xml = null | ) |
Create a Scope.
| \DOMElement | null | $xml | The XML element we should load. |
Definition at line 39 of file Scope.php.
References $xml, and SAML2\Utils\parseBoolean().
Here is the call graph for this function:| SAML2\XML\shibmd\Scope::toXML | ( | \DOMElement | $parent | ) |
| \DOMElement | $parent | The element we should append this Scope to. |
Definition at line 55 of file Scope.php.
References SAML2\XML\shibmd\Scope\NS.
| const SAML2\XML\shibmd\Scope::NS = 'urn:mace:shibboleth:metadata:1.0' |
The namespace used for the Scope extension element.
Definition at line 18 of file Scope.php.
Referenced by SAML2\XML\md\Extensions\getList(), and SAML2\XML\shibmd\Scope\toXML().