ZugferdInvoiceConstraint
in package
implements
ConformanceConstraint
FinalYes
ZUGFeRD / Factur-X: Embedded invoice XML validation.
Verifies that an XML invoice file is embedded with the correct filename (factur-x.xml or zugferd-invoice.xml) and an appropriate AFRelationship.
Table of Contents
Interfaces
- ConformanceConstraint
- A single category of conformance checks (e.g. font embedding, encryption).
Methods
- check() : array<int, ConformanceViolation>
- Check the document against this constraint for the given profile.
Methods
check()
Check the document against this constraint for the given profile.
public
check(DocumentInspector $inspector, ConformanceProfile $profile) : array<int, ConformanceViolation>
Parameters
- $inspector : DocumentInspector
- $profile : ConformanceProfile