ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
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().
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 formatError().