ValidatorInterface
ValidatorInterface.php
:
13
Interface
Methods¶
validateDocument()
¶
ValidatorInterface.php
:
22
Validate the given $xmlDocument and returns list of errors.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $xmlDocument | DOMDocument | - | - |
Return values
array<string|int, string>