|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilSamlIdpXmlMetadataParser. More...
Collaboration diagram for ilSamlIdpXmlMetadataParser:Public Member Functions | |
| parse (string $xml) | |
| hasErrors () | |
| getErrors () | |
| getEntityId () | |
Protected Attributes | |
| $errors = [] | |
| $entityId = '' | |
Private Member Functions | |
| pushError (string $error) | |
Class ilSamlIdpXmlMetadataParser.
Definition at line 8 of file class.ilSamlIdpXmlMetadataParser.php.
| ilSamlIdpXmlMetadataParser::getEntityId | ( | ) |
Definition at line 71 of file class.ilSamlIdpXmlMetadataParser.php.
References $entityId.
| ilSamlIdpXmlMetadataParser::getErrors | ( | ) |
Definition at line 63 of file class.ilSamlIdpXmlMetadataParser.php.
References $errors.
Referenced by hasErrors().
Here is the caller graph for this function:| ilSamlIdpXmlMetadataParser::hasErrors | ( | ) |
Definition at line 55 of file class.ilSamlIdpXmlMetadataParser.php.
References getErrors().
Here is the call graph for this function:| ilSamlIdpXmlMetadataParser::parse | ( | string | $xml | ) |
| string | $xml |
Definition at line 18 of file class.ilSamlIdpXmlMetadataParser.php.
References $xml, and pushError().
Here is the call graph for this function:
|
private |
| string | $error |
Definition at line 47 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by parse().
Here is the caller graph for this function:
|
protected |
Definition at line 13 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by getEntityId().
|
protected |
Definition at line 11 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by getErrors().