You are here

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

Reset the XPathObj to null

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

File

src/XMLSecurityKey.php, line 795

Class

XMLSecurityDSig

Namespace

Drupal\miniorange_saml

Code

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