|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilSamlIdpXmlMetadataErrorFormatter:Public Member Functions | |
| formatErrors (LibXMLError ... $errors) | |
| Format a list of errors as a string. More... | |
Private Member Functions | |
| formatError (LibXMLError $error) | |
| Format an error as a string. More... | |
Definition at line 21 of file class.ilSamlIdpXmlMetadataErrorFormatter.php.
|
private |
Format an error as a string.
This function formats the given LibXMLError object as a string.
| LibXMLError | $error | The LibXMLError which should be formatted. |
Definition at line 29 of file class.ilSamlIdpXmlMetadataErrorFormatter.php.
Referenced by formatErrors().
Here is the caller graph for this function:| ilSamlIdpXmlMetadataErrorFormatter::formatErrors | ( | LibXMLError ... | $errors | ) |
Format a list of errors as a string.
This function takes an argument list of LibXMLError objects and creates a string with all the errors. Each error will be separated by a newline, and the string will end with a newline-character.
| LibXMLError | ...$errors A list of error arguments. |
Definition at line 49 of file class.ilSamlIdpXmlMetadataErrorFormatter.php.
References $errors, and formatError().
Here is the call graph for this function: