class ApiOrders extends ApiAbstractEntity

Class ApiOrders

Properties

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

Methods

__construct($page = null, $perPage = 100, $select = '*', $view = 'webshop.web_document_status_view')

ApiCategories 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 19
__construct($page = null, $perPage = 100, $select = '*', $view = 'webshop.web_document_status_view')

ApiCategories constructor.

Parameters

$page
$perPage
$select
$view

in ApiAbstractEntity at line 70
setSelect($select)

Parameters

$select

in ApiAbstractEntity at line 78
String getSelect()

Return Value

String

in ApiAbstractEntity at line 86
String getView()

Return Value

String

in ApiAbstractEntity at line 94
String getPage()

Return Value

String

in ApiAbstractEntity at line 102
String getPerPage()

Return Value

String

in ApiAbstractEntity at line 117
String getPaginationParam()

Return Value

String

in ApiAbstractEntity at line 125
String getCondition()

Return Value

String

in ApiAbstractEntity at line 134
$this setCondition($condition)

Parameters

$condition

Return Value

$this

in ApiAbstractEntity at line 144
String getOrderBy()

Return Value

String

in ApiAbstractEntity at line 152
String getGroupBy()

Return Value

String

in ApiAbstractEntity at line 161
ApiAbstractEntity setGroupBy(string $groupBy)

Parameters

string $groupBy

Return Value

ApiAbstractEntity

in ApiAbstractEntity at line 172
ApiAbstractEntity setOrderBy($orderBy)

Parameters

$orderBy

Return Value

ApiAbstractEntity