|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilSamlIdpXmlMetadataParser:Public Member Functions | |
| __construct (private readonly DataTypeFactory $dataFactory, private readonly ilSamlIdpXmlMetadataErrorFormatter $errorFormatter) | |
| parse (string $xmlString) | |
Private Member Functions | |
| beginLogging () | |
| addErrors () | |
| endLogging () | |
| ok (string $entity_id) | |
| error ($additional_errors=[]) | |
Private Attributes | |
| bool | $xmlErrorState = false |
| array | $errorStack = [] |
Definition at line 24 of file class.ilSamlIdpXmlMetadataParser.php.
| ilSamlIdpXmlMetadataParser::__construct | ( | private readonly DataTypeFactory | $dataFactory, |
| private readonly ilSamlIdpXmlMetadataErrorFormatter | $errorFormatter | ||
| ) |
Definition at line 30 of file class.ilSamlIdpXmlMetadataParser.php.
|
private |
Definition at line 48 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by beginLogging(), and endLogging().
Here is the caller graph for this function:
|
private |
Definition at line 36 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 60 of file class.ilSamlIdpXmlMetadataParser.php.
References addErrors().
Referenced by ok().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| list<LibXMLError> | $additional_errors |
Definition at line 118 of file class.ilSamlIdpXmlMetadataParser.php.
References ILIAS\Data\Result\error().
Referenced by parse().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 108 of file class.ilSamlIdpXmlMetadataParser.php.
References endLogging().
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 76 of file class.ilSamlIdpXmlMetadataParser.php.
References beginLogging(), error(), and ok().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilSamlIdpXmlMetadataParser.php.
|
private |
Definition at line 26 of file class.ilSamlIdpXmlMetadataParser.php.