ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
sspmod_adfs_XMLSecurityDSig Class Reference
+ Inheritance diagram for sspmod_adfs_XMLSecurityDSig:
+ Collaboration diagram for sspmod_adfs_XMLSecurityDSig:

Public Member Functions

 __construct ($metaxml)
 

Detailed Description

Definition at line 15 of file XMLSecurityDSig.php.

Constructor & Destructor Documentation

◆ __construct()

sspmod_adfs_XMLSecurityDSig::__construct (   $metaxml)

Definition at line 17 of file XMLSecurityDSig.php.

References $metaxml, $template, SAML2\DOMDocumentFactory\fromString(), and template.

18  {
19  $template = '';
20 
21  if (strpos("\n", $metaxml) === false) {
22  foreach (explode("\n", self::template) as $line) {
23  $template .= trim($line);
24  }
25  } else {
27  }
28 
30  $this->sigNode = $sigdoc->documentElement;
31  }
$metaxml
Definition: metadata.php:136
$template
Load from Excel5 template
Definition: 30template.php:38
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: