FetchPastRoomsParameters
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- buildBody() : array<string|int, mixed>
- getFrom() : int
- getLimit() : int
- getOrderBy() : string
- getRoomIds() : array<string|int, mixed>
- setFrom() : void
- setLimit() : void
- setOrderBy() : void
- setRoomIds() : void
Properties
$from
protected
int
$from
= 0
$limit
protected
int
$limit
= 20
$orderBy
protected
string
$orderBy
= "ASC"
$roomIds
protected
array<string|int, mixed>
$roomIds
= array()
Methods
__construct()
public
__construct() : mixed
buildBody()
public
buildBody() : array<string|int, mixed>
Return values
array<string|int, mixed>getFrom()
public
getFrom() : int
Return values
intgetLimit()
public
getLimit() : int
Return values
intgetOrderBy()
public
getOrderBy() : string
Return values
stringgetRoomIds()
public
getRoomIds() : array<string|int, mixed>
Return values
array<string|int, mixed>setFrom()
public
setFrom(int $from) : void
Parameters
- $from : int
setLimit()
public
setLimit(int $limit) : void
Parameters
- $limit : int
setOrderBy()
public
setOrderBy(string $orderBy) : void
Parameters
- $orderBy : string
-
value can be ASC or DESC
setRoomIds()
public
setRoomIds(array<string|int, mixed> $roomIds) : void
Parameters
- $roomIds : array<string|int, mixed>