ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
LogoutResponse.php
Go to the documentation of this file.
1<?php
2
3namespace SAML2;
4
11{
17 public function __construct(\DOMElement $xml = null)
18 {
19 parent::__construct('LogoutResponse', $xml);
20
21 /* No new fields added by LogoutResponse. */
22 }
23}
An exception for terminatinating execution or to throw for unit testing.
__construct(\DOMElement $xml=null)
Constructor for SAML 2 response messages.
$xml
Definition: metadata.php:240