GridParams
Table of Contents
Properties
-
$filter
: FilterInterface|null
-
$limit
: int|null
-
$offset
: int
-
$select
: SelectInterface|null
-
$sort
: SortInterface|null
Methods
-
__construct()
: mixed
-
getFilter()
: ConditionTree|null
-
getSelect()
: array<string|int, mixed>|null
-
getSort()
: array<string|int, mixed>|null
__construct()
public
__construct([int|null $limit = null ][, int $offset = 0 ][, FilterInterface|null $filter = null ][, SortInterface|null $sort = null ][, SelectInterface|null $select = null ]) : mixed
Parameters
-
$limit
: int|null
= null
-
-
$offset
: int
= 0
-
-
$filter
: FilterInterface|null
= null
-
-
$sort
: SortInterface|null
= null
-
-
$select
: SelectInterface|null
= null
-
getFilter()
public
getFilter() : ConditionTree|null
getSelect()
public
getSelect() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
getSort()
public
getSort() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null