|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for SAML2\XML\samlp\Extensions:Static Public Member Functions | |
| static | getList (\DOMElement $parent) |
| Get a list of Extensions in the given element. More... | |
| static | addList (\DOMElement $parent, array $extensions) |
| Add a list of Extensions to the given element. More... | |
Definition at line 14 of file Extensions.php.
|
static |
Add a list of Extensions to the given element.
| \DOMElement | $parent | The element we should add the extensions to. |
| \SAML2\XML\Chunk[] | $extensions | List of extension objects. |
Definition at line 38 of file Extensions.php.
References SAML2\Constants\NS_SAMLP.
|
static |
Get a list of Extensions in the given element.
| \DOMElement | $parent | The element that may contain the samlp:Extensions element. |
Definition at line 22 of file Extensions.php.
References $ret, and SAML2\Utils\xpQuery().
Here is the call graph for this function: