ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
LogoutResponse.php
Go to the documentation of this file.
1 <?php
2 
3 namespace 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 }
$xml
Definition: metadata.php:240
__construct(\DOMElement $xml=null)
Constructor for SAML 2 response messages.