OXID eShop CE
4.9.6
|
Protected Member Functions | |
_getViewListSize () | |
_calcListItemsCount ($sSql) | |
_buildSelectString ($oObject=null) | |
_prepareOrderByQuery ($sSql=null) |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
user list "view" class.
Definition at line 6 of file list_order.php.
|
protected |
Returns select query string
object | $oObject | Object |
Reimplemented from Order_List.
Definition at line 104 of file list_order.php.
|
protected |
Calculates list items count
string | $sSql | SQL query used co select list items |
Reimplemented from oxAdminList.
Definition at line 80 of file list_order.php.
|
protected |
Viewable list size getter
Reimplemented from oxAdminList.
Definition at line 38 of file list_order.php.
|
protected |
Adds order by to SQL query string.
string | $sSql | sql string |
Reimplemented from oxAdminList.
Definition at line 116 of file list_order.php.
List_Order::_prepareWhereQuery | ( | $aWhere, | |
$sqlFull | |||
) |
Adding folder check
array | $aWhere | SQL condition array |
string | $sqlFull | SQL query string |
Reimplemented from Order_List.
Definition at line 67 of file list_order.php.
List_Order::getListSorting | ( | ) |
Returns sorting fields array
Reimplemented from Order_List.
Definition at line 21 of file list_order.php.
List_Order::render | ( | ) |
Executes parent method parent::render(), passes data to Smarty engine and returns name of template file "list_review.tpl".
Reimplemented from Order_List.
Definition at line 49 of file list_order.php.
|
protected |
Definition at line 14 of file list_order.php.