ApiInterface
in
Table of Contents
Methods
- fetchAll() : array<string|int, static>
- Fetch all records
- find() : static
- Find a single record by ID
Methods
fetchAll()
Fetch all records
public
static fetchAll([array<string|int, mixed> $params = [] ]) : array<string|int, static>
Parameters
- $params : array<string|int, mixed> = []
Tags
Return values
array<string|int, static>find()
Find a single record by ID
public
static find(int $id) : static
Parameters
- $id : int