-
Notifications
You must be signed in to change notification settings - Fork 1
Class OrderDocumentValidator
HorstOeko edited this page Dec 28, 2024
·
1 revision
Class representing the document validator for incoming documents
Constructor
public function __construct(horstoeko\orderx\OrderDocument $document): void
{
}
Name | Type | Allows Null | Description |
---|---|---|---|
document | horstoeko\orderx\OrderDocument | ❌ |
Perform the validation of the document
public function validateDocument(): \ConstraintViolationListInterface
{
}
Returns a value of type \ConstraintViolationListInterface