MassMailerClients extends MassMailerModel uses Filters
MassMailerClients model
Table of Contents
Methods
| __construct() | Set fields to select by default |
| getAll() | Retrieves a PDOStatement for fetching all matching results for the given filters |
| getAllCount() | Retrieves the total number of matching results for the given filters |
Methods
__construct()
Set fields to select by default
public
__construct() : mixed
getAll()
Retrieves a PDOStatement for fetching all matching results for the given filters
public
getAll(array<string|int, mixed> $filters) : PDOStatement
Parameters
- $filters : array<string|int, mixed>
-
An array of filtering options
Return values
PDOStatement —The executed statement object to be iterated over
getAllCount()
Retrieves the total number of matching results for the given filters
public
getAllCount(array<string|int, mixed> $filters) : int
Parameters
- $filters : array<string|int, mixed>
-
An array of filtering options
Return values
int —The total number of matching contacts