You are here

private function XMLSecEnc::_resetTemplate in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

2 calls to XMLSecEnc::_resetTemplate()
XMLSecEnc::addReference in includes/XMLSecurityKey.php
XMLSecEnc::__construct in includes/XMLSecurityKey.php

File

includes/XMLSecurityKey.php, line 1886

Class

XMLSecEnc

Code

private function _resetTemplate() {
  $this->encdoc = new DOMDocument();
  $this->encdoc
    ->loadXML(self::template);
}