ILIAS
release_8 Revision v8.23
|
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().
|
private |
Definition at line 52 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by beginLogging(), and endLogging().
|
private |
Definition at line 40 of file class.ilSamlIdpXmlMetadataParser.php.
References addErrors().
Referenced by parse().
|
private |
Definition at line 64 of file class.ilSamlIdpXmlMetadataParser.php.
References $errors, and addErrors().
Referenced by parse().
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().
ilSamlIdpXmlMetadataParser::result | ( | ) |
Definition at line 118 of file class.ilSamlIdpXmlMetadataParser.php.
References $result.
Referenced by __construct(), and parse().
|
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.