ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
16
public
function
__construct
(
$entityId
) {
17
assert(
'is_string($entityId)'
);
18
19
$this->includeTemplate =
'core:no_metadata.tpl.php'
;
20
parent::__construct(
array
(
21
'METADATANOTFOUND'
,
22
'%ENTITYID%'
=> htmlspecialchars(var_export(
$entityId
, TRUE))
23
));
24
}
25
26
}
SimpleSAML_Error_MetadataNotFound
Definition:
MetadataNotFound.php:8
SimpleSAML_Error_MetadataNotFound\__construct
__construct($entityId)
Create the error.
Definition:
MetadataNotFound.php:16
SimpleSAML_Error_Error
Definition:
Error.php:10
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
$entityId
if($source===null) if(!($source instanceof sspmod_saml_Auth_Source_SP)) $entityId
Definition:
metadata.php:22
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Error
MetadataNotFound.php
Generated on Sat Jan 18 2025 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)