ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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.