Table of Contents
Properties
-
$country
: string|null
-
$limit
: int
-
$name
: string|null
-
$offset
: int
Methods
-
__construct()
: mixed
-
getLimit()
: int
-
getOffset()
: int
-
setLimit()
: void
-
setOffset()
: void
-
toQueryParameters()
: array<string|int, mixed>
-
buildQuery()
: array<string|int, mixed>
$country
public
string|null
$country
= null
$limit
public
int
$limit
= 25
$name
public
string|null
$name
= null
$offset
public
int
$offset
= 0
__construct()
public
__construct([string|null $name = null ][, string|null $country = null ][, int $limit = 25 ][, int $offset = 0 ]) : mixed
Parameters
-
$name
: string|null
= null
-
-
$country
: string|null
= null
-
-
$limit
: int
= 25
-
-
$offset
: int
= 0
-
getLimit()
public
getLimit() : int
getOffset()
public
getOffset() : int
setLimit()
public
setLimit(int $limit) : void
Parameters
-
$limit
: int
-
setOffset()
public
setOffset(int $offset) : void
Parameters
-
$offset
: int
-
toQueryParameters()
public
toQueryParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>
buildQuery()
protected
buildQuery() : array<string|int, mixed>
Return values
array<string|int, mixed>