phpDocumentor

InvoiceRepository
in package
implements InvoiceRepositoryInterface

Class InvoiceRepository

Tags
category

System

Interfaces, Classes and Traits

InvoiceRepositoryInterface
Interface InvoiceRepositoryInterface

Table of Contents

$db  : CI_DB_query_builder
$tableName  : string
__construct()  : mixed
InvoiceRepository constructor.
add()  : int
Adds a new invoice in the database.
deleteByInvoiceId()  : $this|InvoiceRepository
Removes an invoice entry from the database.
updateInvoiceFilename()  : $this|InvoiceRepository
Updates the invoice file column for an invoice entry in the database.

Properties

Methods

__construct()

InvoiceRepository constructor.

public __construct(CI_DB_query_builder $db) : mixed
Parameters
$db : CI_DB_query_builder
Return values
mixed

Search results