|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilSamlIdpXmlMetadataParser. More...
Collaboration diagram for ilSamlIdpXmlMetadataParser:Public Member Functions | |
| parse ($xml) | |
| hasErrors () | |
| getErrors () | |
| getEntityId () | |
Protected Attributes | |
| $errors = [] | |
| $entityId = '' | |
Private Member Functions | |
| pushError ($error) | |
Class ilSamlIdpXmlMetadataParser.
Definition at line 8 of file class.ilSamlIdpXmlMetadataParser.php.
| ilSamlIdpXmlMetadataParser::getEntityId | ( | ) |
Definition at line 76 of file class.ilSamlIdpXmlMetadataParser.php.
References $entityId.
| ilSamlIdpXmlMetadataParser::getErrors | ( | ) |
Definition at line 68 of file class.ilSamlIdpXmlMetadataParser.php.
References $errors.
Referenced by hasErrors().
Here is the caller graph for this function:| ilSamlIdpXmlMetadataParser::hasErrors | ( | ) |
Definition at line 60 of file class.ilSamlIdpXmlMetadataParser.php.
References getErrors().
Here is the call graph for this function:| ilSamlIdpXmlMetadataParser::parse | ( | $xml | ) |
| string | $xml |
Definition at line 23 of file class.ilSamlIdpXmlMetadataParser.php.
References $error, $xml, and pushError().
Here is the call graph for this function:
|
private |
| string | $error |
Definition at line 52 of file class.ilSamlIdpXmlMetadataParser.php.
References $error.
Referenced by parse().
Here is the caller graph for this function:
|
protected |
Definition at line 18 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by getEntityId().
|
protected |
Definition at line 13 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by getErrors().