-
Notifications
You must be signed in to change notification settings - Fork 63
Class ZugferdDocumentValidator
HorstOeko edited this page Nov 24, 2024
·
7 revisions
Class representing the document validator for incoming documents
Constructor
public function __construct(horstoeko\zugferd\ZugferdDocument $document): void
{
}| Name | Type | Allows Null | Description |
|---|---|---|---|
| document | horstoeko\zugferd\ZugferdDocument | ❌ |
Perform the validation of the document
public function validateDocument(): \ConstraintViolationListInterface
{
}Returns a value of type \ConstraintViolationListInterface