public function XMLSecurityDSig::getValidatedNodes in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
This function retrieves an associative array of the validated nodes.
The array will contain the id of the referenced node as the key and the node itself as the value.
Returns: An associative array of validated nodes or null if no nodes have been validated.
Return value
array Associative array of validated nodes
File
- includes/
XMLSecurityKey.php, line 1847
Class
Code
public function getValidatedNodes() {
return $this->validatedNodes;
}