ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
XMLSecurityDSig.php
Go to the documentation of this file.
1 <?php
2 
16 {
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  }
32 }
$metaxml
Definition: metadata.php:136
$template
Load from Excel5 template
Definition: 30template.php:38