ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
15
public
function
__construct
() {
16
$this->includeTemplate =
'core:no_state.tpl.php'
;
17
parent::__construct(
'NOSTATE'
);
18
}
19
20
}
SimpleSAML_Error_NoState
Definition:
NoState.php:9
SimpleSAML_Error_NoState\__construct
__construct()
Create the error.
Definition:
NoState.php:15
SimpleSAML_Error_Error
Definition:
Error.php:10
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Error
NoState.php
Generated on Sat Jan 18 2025 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)