BaseFilter
extends Data
in package
AbstractYes
Table of Contents
Properties
Methods
- __construct() : mixed
- toQueryParameters() : array<string|int, mixed>
- buildQuery() : array<string|int, mixed>
Properties
$page
public
int
$page
= 1
$per_page
public
int
$per_page
= 50
Methods
__construct()
public
__construct([int $page = 1 ][, int $per_page = 50 ]) : mixed
Parameters
- $page : int = 1
- $per_page : int = 50
toQueryParameters()
public
toQueryParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>buildQuery()
protected
abstract buildQuery() : array<string|int, mixed>