Table of Contents
Constants
-
SORT_ASC
= 'ASC'
-
SORT_DESC
= 'DESC'
Methods
-
getCountTotal()
: int
-
getDistinct()
: bool
-
getGroupBy()
: array<string|int, mixed>
-
getId()
: string
-
getLimit()
: int
-
getOffset()
: int
-
getOrderBy()
: array<string|int, mixed>
-
getSelect()
: array<string|int, mixed>
-
getUserId()
: int
-
getWhere()
: mixed
-
needAccessCheck()
: bool
SORT_ASC
public
mixed
SORT_ASC
= 'ASC'
SORT_DESC
public
mixed
SORT_DESC
= 'DESC'
getCountTotal()
public
getCountTotal() : int
getDistinct()
public
getDistinct() : bool
getGroupBy()
public
getGroupBy() : array<string|int, mixed>
Return values
array<string|int, mixed>
getId()
public
getId() : string
getLimit()
public
getLimit() : int
getOffset()
public
getOffset() : int
getOrderBy()
public
getOrderBy() : array<string|int, mixed>
Return values
array<string|int, mixed>
getSelect()
public
getSelect() : array<string|int, mixed>
Return values
array<string|int, mixed>
getUserId()
public
getUserId() : int
getWhere()
public
getWhere() : mixed
needAccessCheck()
public
needAccessCheck() : bool