ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
sspmod_consent_Logout Class Reference
+ Collaboration diagram for sspmod_consent_Logout:

Static Public Member Functions

static postLogout (SimpleSAML_IdP $idp, array $state)
 

Detailed Description

Definition at line 9 of file Logout.php.

Member Function Documentation

◆ postLogout()

static sspmod_consent_Logout::postLogout ( SimpleSAML_IdP  $idp,
array  $state 
)
static

Definition at line 12 of file Logout.php.

References $url, SimpleSAML\Module\getModuleURL(), and SimpleSAML\Utils\HTTP\redirectTrustedURL().

13  {
14  $url = SimpleSAML\Module::getModuleURL('consent/logout_completed.php');
16  }
static redirectTrustedURL($url, $parameters=array())
This function redirects to the specified URL without performing any security checks.
Definition: HTTP.php:959
static getModuleURL($resource, array $parameters=array())
Get absolute URL to a specified module resource.
Definition: Module.php:220
$url
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: