ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
MetadataNotFound.php
Go to the documentation of this file.
1
<?
php
2
8
class
SimpleSAML_Error_MetadataNotFound
extends
SimpleSAML_Error_Error
9
{
10
11
17
public
function
__construct
(
$entityId
)
18
{
19
assert(is_string(
$entityId
));
20
21
$this->includeTemplate =
'core:no_metadata.tpl.php'
;
22
parent::__construct(array(
23
'METADATANOTFOUND'
,
24
'%ENTITYID%'
=> htmlspecialchars(var_export(
$entityId
,
true
))
25
));
26
}
27
}
SimpleSAML_Error_MetadataNotFound
Definition:
MetadataNotFound.php:8
SimpleSAML_Error_MetadataNotFound\__construct
__construct($entityId)
Create the error.
Definition:
MetadataNotFound.php:17
SimpleSAML_Error_Error
Definition:
Error.php:10
$entityId
if($source===null) if(!($source instanceof sspmod_saml_Auth_Source_SP)) $entityId
Definition:
metadata.php:22
php
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Error
MetadataNotFound.php
Generated on Thu Jan 30 2025 19:01:31 for ILIAS by
1.8.13 (using
Doxyfile
)