ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
NoState.php
Go to the documentation of this file.
1
<?
php
2
9
class
SimpleSAML_Error_NoState
extends
SimpleSAML_Error_Error
10
{
11
12
16
public
function
__construct
()
17
{
18
$this->includeTemplate =
'core:no_state.tpl.php'
;
19
parent::__construct(
'NOSTATE'
);
20
}
21
}
SimpleSAML_Error_NoState
Definition:
NoState.php:9
SimpleSAML_Error_NoState\__construct
__construct()
Create the error.
Definition:
NoState.php:16
SimpleSAML_Error_Error
Definition:
Error.php:10
php
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Error
NoState.php
Generated on Thu Jan 16 2025 19:01:55 for ILIAS by
1.8.13 (using
Doxyfile
)