You are here

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

Reset the XPathObj to null

1 call to XMLSecurityDSig::resetXPathObj()
XMLSecurityDSig::sign in includes/XMLSecurityKey.php

File

includes/XMLSecurityKey.php, line 828

Class

XMLSecurityDSig

Code

private function resetXPathObj() {
  $this->xPathCtx = null;
}