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()
File
- src/
XMLSecurityKey.php, line 795
Class
Namespace
Drupal\miniorange_samlCode
private function resetXPathObj() {
$this->xPathCtx = null;
}