Interface InvoiceRepositoryInterface
category |
System |
---|---|
package |
Invoice |
subpackage |
Interfaces |
add(\InvoiceInformation $invoiceInfo) : integer
integer
The invoice_id of the new database entry.
deleteByInvoiceId(\IdType $invoiceId) : $this|\InvoiceRepositoryInterface
updateInvoiceFilename(\IdType $invoiceId, \FilenameStringType $invoiceFilename) : $this|\InvoiceRepositoryInterface
\IdType
\FilenameStringType
$this|\InvoiceRepositoryInterface
Same instance for chained method calls.