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 {
26 $template = self::template;
27 }
28
30 $this->sigNode = $sigdoc->documentElement;
31 }
32}
An exception for terminatinating execution or to throw for unit testing.
$template
$metaxml
Definition: metadata.php:136