GambioHubInvoiceListGenerator
extends GambioHubInvoiceListGenerator_parent
in package
Class GambioHubInvoiceListGenerator
Enables invoice filtering with Gambio Hub modules.
Table of Contents
- _filter() : CI_DB_result
- Filter the invoice records.
Methods
_filter()
Filter the invoice records.
protected
_filter(array<string|int, mixed> $filterParameters[, IntType|null $startIndex = null ][, IntType|null $maxCount = null ][, StringType|null $orderBy = null ]) : CI_DB_result
This method contains the filtering logic. It can be overloaded in order to provide a custom filtering logic.
Parameters
- $filterParameters : array<string|int, mixed>
-
Contains the column slug-names and their values.
- $startIndex : IntType|null = null
-
The start index of the wanted array to be returned (default = null).
- $maxCount : IntType|null = null
-
Maximum amount of items which should be returned (default = null).
- $orderBy : StringType|null = null
-
A string which defines how the items should be ordered (default = null).