Copied!

ValidatorInterface

ValidatorInterface.php : 13

Methods

publicvalidateDocument()

ValidatorInterface.php : 22

Validate the given $xmlDocument and returns list of errors.

public validateDocument(DOMDocument $xmlDocument) : array<string|int, string>

Parameters

Name Type Default value Description
$xmlDocument DOMDocument - -

Return values

array<string|int, string>