ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
MetadataNotFound.php
Go to the documentation of this file.
1 <?php
2 
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 }
__construct($entityId)
Create the error.
if($source===null) if(!($source instanceof sspmod_saml_Auth_Source_SP)) $entityId
Definition: metadata.php:22