|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilSamlIdpXmlMetadataParser:Public Member Functions | |
| __construct (DataTypeFactory $dataFactory, ilSamlIdpXmlMetadataErrorFormatter $errorFormatter) | |
| parse (string $xmlString) | |
| result () | |
Private Member Functions | |
| beginLogging () | |
| addErrors () | |
| endLogging () | |
Private Attributes | |
| DataTypeFactory | $dataFactory |
| ilSamlIdpXmlMetadataErrorFormatter | $errorFormatter |
| Result | $result |
| bool | $xmlErrorState = false |
| array | $errorStack = [] |
Definition at line 24 of file class.ilSamlIdpXmlMetadataParser.php.
| ilSamlIdpXmlMetadataParser::__construct | ( | DataTypeFactory | $dataFactory, |
| ilSamlIdpXmlMetadataErrorFormatter | $errorFormatter | ||
| ) |
Definition at line 33 of file class.ilSamlIdpXmlMetadataParser.php.
References $dataFactory, $errorFormatter, and result().
Here is the call graph for this function:
|
private |
Definition at line 52 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by beginLogging(), and endLogging().
Here is the caller graph for this function:
|
private |
Definition at line 40 of file class.ilSamlIdpXmlMetadataParser.php.
References addErrors().
Referenced by parse().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 64 of file class.ilSamlIdpXmlMetadataParser.php.
References $errors, and addErrors().
Referenced by parse().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSamlIdpXmlMetadataParser::parse | ( | string | $xmlString | ) |
Definition at line 77 of file class.ilSamlIdpXmlMetadataParser.php.
References $attributes, Vendor\Package\$e, $entityId, $errors, $xml, beginLogging(), endLogging(), and result().
Here is the call graph for this function:| ilSamlIdpXmlMetadataParser::result | ( | ) |
Definition at line 118 of file class.ilSamlIdpXmlMetadataParser.php.
References $result.
Referenced by __construct(), and parse().
Here is the caller graph for this function:
|
private |
Definition at line 26 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by __construct().
|
private |
Definition at line 27 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by __construct().
|
private |
Definition at line 31 of file class.ilSamlIdpXmlMetadataParser.php.
|
private |
Definition at line 28 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by result().
|
private |
Definition at line 29 of file class.ilSamlIdpXmlMetadataParser.php.