class ApiAbstractEntity implements ApiNavigatorInterface

Class ApiAbstractEntity

Properties

protected String $select
protected String $view
protected String $page
protected String $perPage
protected String $condition
protected String $paginationParam
protected string $groupBy
protected string $orderBy

Methods

__construct($page, $perPage, $select, $view)

ApiAbstractEntity constructor.

setSelect($select)

No description

String
getSelect()

No description

String
getView()

No description

String
getPage()

No description

String
getPerPage()

No description

String
getPaginationParam()

No description

String
getCondition()

No description

$this
setCondition($condition)

No description

String
getOrderBy()

No description

String
getGroupBy()

No description

setGroupBy(string $groupBy)

No description

setOrderBy($orderBy)

No description

Details

at line 58
__construct($page, $perPage, $select, $view)

ApiAbstractEntity constructor.

Parameters

$page
$perPage
$select
$view

at line 70
setSelect($select)

Parameters

$select

at line 78
String getSelect()

Return Value

String

at line 86
String getView()

Return Value

String

at line 94
String getPage()

Return Value

String

at line 102
String getPerPage()

Return Value

String

at line 117
String getPaginationParam()

Return Value

String

at line 125
String getCondition()

Return Value

String

at line 134
$this setCondition($condition)

Parameters

$condition

Return Value

$this

at line 144
String getOrderBy()

Return Value

String

at line 152
String getGroupBy()

Return Value

String

at line 161
ApiAbstractEntity setGroupBy(string $groupBy)

Parameters

string $groupBy

Return Value

ApiAbstractEntity

at line 172
ApiAbstractEntity setOrderBy($orderBy)

Parameters

$orderBy

Return Value

ApiAbstractEntity